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

introduce timeout for VPP replies

XMLWordPrintable

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

      In case of issue in VPP it is possible that no reply is returned, and Honeycomb waits for reply indefinitely.

      Currently can be reproduced by adding the local0 interface to a bridge domain with bridged-virtual-interface set to True. (https://jira.fd.io/browse/VPP-159):

      1. create bridge domain:
      "bridge-domain": [

      { "name": "bd-01", "flood": true, "arp-termination": true, "forward": true, "unknown-unicast-flood": true, "learn": true }

      ,
      2. add local0 to bridge domain with bvi=True:
      {
      "name": "local0",
      "type": "iana-if-type:ethernetCsmacd",
      "enabled": "false",
      "v3po:l2":

      { "bridge-domain": "bd-01", "split-horizon-group": "1", "bridged-virtual-interface": "true" }

      },

            mgradzki Marek Gradzki
            selias Samuel Eliáš
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: