-
Bug
-
Resolution: Done
-
Low
-
None
-
None
-
[root@overcloud-novacompute-0 ~]# rpm -qa | grep -E '(honeycomb|vpp)'
honeycomb-1.0.0-1036.noarch
vpp-16.12-rc0~4_g5331c72~b1026.x86_64
vpp-lib-16.12-rc0~4_g5331c72~b1026.x86_64
Get on configuration of one of the interfaces returns two ips:
{
"enabled": true,
"ietf-ip:ipv4": {
"address": [
,
{ "ip": "192.168.21.23", "prefix-length": 24 } ]
},
"name": "TenGigabitEthernet81/0/0",
"type": "iana-if-type:ethernetCsmacd",
"v3po:ethernet":
,
"vpp-vlan:sub-interfaces": {}
}
But vppctl show only one ip on that interface. When attempting to remove one of the ips, vppctl says that it doesn't exist:
[root@overcloud-novacompute-0 ~]# vppctl set interface ip address del TenGigabitEthernet81/0/0 192.168.21.23/24
set interface ip address: 192.168.21.23/24 not found for interface TenGigabitEthernet81/0/0
- relates to
-
HONEYCOMB-201 Allow write customizers to be marked as write-allways
-
- Complete
-