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

hc returns no vxlan tunnels but there is one configured on vpp

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • 17.01
    • None
    • HC VPP plugin

      linked to FDS-120

      vpp says one of the tunnels is up:
      [root@overcloud-novacompute-1 ~]# vppctl show int addr
      TenGigabitEthernet7/0/0 (up):
      192.168.0.22/24
      local0 (dn):
      vxlan_tunnel0 (dn):
      vxlan_tunnel1 (up):
      vxlan_tunnel2 (dn):

      There is a tunnel configured
      [root@overcloud-novacompute-1 ~]# vppctl show vxlan tunnel
      [1] 192.168.0.22 (src) 192.168.0.23 (dst) vni 11 encap_fib_index 0 decap_next l2

      but hc doesn't return any tunnels:
      [root@overcloud-novacompute-1 ~]# curl -XGET -u admin:admin http://localhost:8182/restconf/config/ietf-interfaces:interfaces/ | python -m json.tool
      {
      "interfaces": {
      "interface": [
      {
      "enabled": false,
      "ietf-ip:ipv4": {},
      "name": "local0",
      "type": "iana-if-type:ethernetCsmacd",
      "vpp-vlan:sub-interfaces": {}
      },
      {
      "enabled": true,
      "ietf-ip:ipv4": {
      "address": [

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

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

      { "mtu": 1518 }

      ,
      "vpp-vlan:sub-interfaces": {}
      }
      ]
      }
      }

            mmarsale Maroš Maršalek
            avanko Andrej Vanko
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: