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

"Add local0 to bridge domain" with "bridged-virtual-interface": "true" crashes Honeycomb Restconf.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • 16.09
    • None
    • None
    • None

      Tested on Honeycomb and VPP running on the same machine.

      • Post this to "http://localhost:8181/restconf/config/v3po:vpp/bridge-

      domains/bridge-domain/testBD" (the 8181 is the Honeycomb Restconf port

      used to communicate with VPP):
      {
      "bridge-domain": [

      { "name": "testBD", "flood": "true", "forward": "false", "learn": "false", "unknown-unicast-flood": "false", "arp-termination": "false" }

      ]
      }

      • Post this to "http://localhost:8181/restconf/config/ietf-

      interfaces:interfaces/interface/local0":
      {
      "interface": [
      {
      "name": "local0",
      "description": "for testing purposes",
      "type": "iana-if-type:ethernetCsmacd",
      "v3po:routing":

      { "vrf-id": 7 }

      ,
      "v3po:ethernet":

      { "mtu": 64 }

      ,
      "enabled": true,
      "v3po:l2":

      { "bridge-domain": "testBD", "split-horizon-group": "0", "bridged-virtual-interface": "true" }

      }
      ]
      }

      After these steps the Honeycomb stops responding to any further Restconf queries on that port.

            mgradzki Marek Gradzki
            shrutikaingole shrutika ingole
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: