-
Bug
-
Resolution: Done
-
Medium
-
17.10
-
None
-
None
-
Honeycomb: 1.17.10-3117
VPP: {
"version": "17.10-rc0~86-g7d4a22c~b2618",
"build_date": "Tue Jul 25 14:32:10 UTC 2017"}
- subscribe to notifications
- ssh -oHostKeyAlgorithms=+ssh-dss admin@localhost -p 2831 -s netconf
- <hello xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><capabilities><capability>urn:ietf:params:netconf:base:1.0</capability></capabilities></hello>]]>]]>
<netconf:rpc netconf:message-id="101"xmlns:netconf="urn:ietf:params:xml:ns:netconf:base:1.0"><create-subscriptionxmlns="urn:ietf:params:xml:ns:netconf:notification:1.0"><stream>honeycomb</stream></create-subscription></netconf:rpc>]]>]]>
- change the state of any interface using Restconf
- wait for notification ... timeout
Note:
Does not occur on 17.07.
Introduced between 13th and 21st July into VPP 17.10
EDIT:
Second scenario:
- create any interface that can be deleted (see Postman for example request)
- subscribe to notifications as above
- delete the interface
- wait for notification about interface deletion
- is blocked by
-
VPP-953 Use SW Interface Event instead of set flags
-
- Closed
-