Details
-
Bug
-
Status: Resolved
-
Resolution: Won't Do
-
None
-
None
-
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
}
case ipv6 {
leaf ipv6-address
}
}
}
Attachments
Issue Links
- is blocked by
-
OVSDB-132 ArpResponderService.programStaticArpEntry(ArpResponderService.java is using illegal string format to represent inet prefix
- Resolved