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

Improve split horizon group YANG type

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Done
    • Icon: Medium Medium
    • 16.09
    • None
    • HC VPP plugin

      Currently the model looks like this:

      leaf split-horizon-group {
      when "../bridge-domain";
      type uint8

      { range "1..255"; }

      description
      "Interface's split-horizon group. Interfaces in the same
      bridge-domain and split-horizon group can not forward
      packets between each other. ";
      }

      This has a few drawbacks:

      • Default is 0, which is undocumented (0 means no shg) - document
      • Once anything besides 0 is set, it cannot be un-set - change the type to start from 0. or make it a union with some default "unset" value

            jsrnicek_cisco Jan Srnicek
            mmarsale Maroš Maršalek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: