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.
- relates to
-
HC2VPP-135 Split v3po module into multiple modules
-
- To Do
-
-
HC2VPP-346 Fix implementation of FIB table management in V3PO module
-
- Done
-