Uploaded image for project: 'hc2vpp'
  1. hc2vpp
  2. HC2VPP-365

Move routing augmentations from v3po models

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None
    • None
    • routing, v3po
    • None

      Routing attributes

        grouping routing-base-attributes {
          leaf ipv4-vrf-id {
            type uint32;
          }
          leaf ipv6-vrf-id {
            type uint32;
          }
          [...]
        }
      

      are used in interfaces and interfaces-state augmentations:

          container routing {
            uses routing-base-attributes;
          }
      

      and in sub-interfaces (vpp-vlan@2018-03-19.yang):

        grouping sub-interface-routing-attributes {
          description "Provides basic attributes for ipv4/6 vrf configuration";
          container routing {
            uses v3po:routing-base-attributes;
          }
        }
      

      These definitions should be moved out of v3po. Either to routing or fib-management module.
      Other options should be analyzed as well.

            Unassigned Unassigned
            mgradzki Marek Gradzki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: