-
Bug
-
Resolution: Done
-
Medium
-
None
-
None
-
None
Tested on Honeycomb and VPP running on the same machine.
- Post this to "http://localhost:8181/restconf/config/v3po:vpp/bridge-
domains/bridge-domain/testBD" (the 8181 is the Honeycomb Restconf port
used to communicate with VPP):
{
"bridge-domain": [
]
}
- Post this to "http://localhost:8181/restconf/config/ietf-
interfaces:interfaces/interface/local0":
{
"interface": [
{
"name": "local0",
"description": "for testing purposes",
"type": "iana-if-type:ethernetCsmacd",
"v3po:routing":
,
"v3po:ethernet":
,
"enabled": true,
"v3po:l2":
}
]
}
After these steps the Honeycomb stops responding to any further Restconf queries on that port.
- relates to
-
VPP-159 VPP freeze when setting local0 as a bridged-virtual-interface
-
- Closed
-
-
HONEYCOMB-100 introduce timeout for VPP replies
-
- Complete
-