Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-330

opendaylight-action-types.yang: ipv[46]-address are actually an ipv[46]-prefix

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • Resolution: Won't Do
    • None
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    • 2465

    Description

      in file: .../controller.git/opendaylight/md-sal/model/model-flow-base/src/main/yang/opendaylight-action-types.yang

      it is a bit confusing that the field referred as ipv4-address and ipv6-address
      are actually of types ipv4-prefix and ipv6-prefix, respectively.

      grouping address {
      choice address {
      case ipv4 {
      leaf ipv4-address

      { type inet:ipv4-prefix; }

      }
      case ipv6 {
      leaf ipv6-address

      { type inet:ipv6-prefix; }

      }
      }
      }

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Avishnoi Anil Vishnoi
              flavio@flaviof.com Flavio Fernandes
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: