-
Bug
-
Resolution: Done
-
High
-
None
-
None
-
Honeycomb build https://gerrit.fd.io/r/#/c/1487/
VP build https://gerrit.fd.io/r/#/c/1511/
both from 13. June
When adding an ipv4 neighbor entry to an interface like so:
PUT /restconf/config/ietf-interfaces:interfaces
{
"name": "GigabitEthernet0/8/0",
"vpp-vlan:sub-interfaces": {},
"enabled": false,
"v3po:ethernet":
,
"type": "iana-if-type:ethernetCsmacd",
"ietf-ip:ipv4": {
"neighbor": [
]
}
}
The request fails with Status code 500: Failed to validate DataTreeModification
Caused by: java.lang.NullPointerException
Setting interface state and/or ipv4 configuration prior to test does not seem to affect the result.
- is blocked by
-
HONEYCOMB-98 Failed to initialize Ipv4 data from operational due to NullPointerException
-
- Complete
-
-
HONEYCOMB-96 Ipv4 container initializing/writing causes NullPointerException
-
- Complete
-
-
HONEYCOMB-97 Add support for ip_neighbour_add_del for Ipv4
-
- Complete
-
-
HONEYCOMB-103 Add support for ip_neighbour_add_del for Ipv6
-
- Complete
-