Uploaded image for project: 'honeycomb'
  1. honeycomb
  2. HONEYCOMB-142

Honeycomb returns two ips on an interface when only one is configured

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Low Low
    • 16.09
    • None
    • HC VPP plugin
    • 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.21", "prefix-length": 24 }

      ,

      { "ip": "192.168.21.23", "prefix-length": 24 }

      ]
      },
      "name": "TenGigabitEthernet81/0/0",
      "type": "iana-if-type:ethernetCsmacd",
      "v3po:ethernet":

      { "mtu": 9216 }

      ,
      "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

            jsrnicek_cisco Jan Srnicek
            juraj.linkes Juraj Linkeš
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: