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

Unable to remove VxLAN interface

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • 17.01
    • None
    • HC VPP plugin
    • Honeycomb and VPP from repo: fd.io.master.ubuntu.trusty.main, fetched 4.October

      When I create a VxLAN interface:
      PUT /restconf/config/ietf-interfaces:interfaces
      {"v3po:vxlan":

      {"encap-vrf-id": 0, "src": "192.168.0.2", "dst": "192.168.0.3", "vni": 88}

      ,
      "type": "v3po:vxlan-tunnel",
      "name": "vx_tunnel_test"
      }
      And then remove it:
      DELETE /restconf/config/ietf-interfaces:interfaces/interface/vx_tunnel_test

      The tunnel is removed from VPP, but Honeycomb returns error 500: missing writer. From the log it seems like the DELETE operation times out, then Honeycomb attempts to revert the operation and fails with missing writer.

      Included trace level log.

            jsrnicek_cisco Jan Srnicek
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: