-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
-
Honeycomb build: https://gerrit.fd.io/r/#/c/1139/
VPP build: https://gerrit.fd.io/r/1175
note: also occurs in older versions
When using Honeycomb to modify VPP interface configuration categories:
ipv4, ippv6, ethernet, routing, l2
The changes are applied to Honeycomb configuration data and to VPP, but do not appear in Honeycomb operational data.
Included karaf log (trace level for fd.io and org.openvpp packages) of setting ipv4 address with the following PUT command, then retrieving operational data:
{
"name": "GigabitEthernet0/8/0",
"type": "iana-if-type:ethernetCsmacd",
"enabled": "false",
"ietf-ip:ipv4": {
"enabled": "true",
"address": [
]
}
}
- is blocked by
-
HONEYCOMB-68 Add support for interface ipv6 configuration
-
- Complete
-
- relates to
-
HONEYCOMB-127 add vrf-id to interface operational data reads
-
- Complete
-
-
HONEYCOMB-128 add reader for interface ipv6 address
-
- Complete
-