Abhiram Kalluru
Abhiram Kalluru
Initial proposal to model the hardware programming errors in a network instance. Note the model only defines leaves for IP route programming errors. In future it can be extended to...
In NH AFT container MPLS label stack, is of type `leaf-list`, present in following YANG paths: ``` /network-instances/network-instance/afts/next-hops/next-hop/state/pushed-mpls-label-stack /network-instances/network-instance/afts/next-hops/next-hop/encap-headers/encap-header/mpls/state/mpls-label-stack ``` https://github.com/openconfig/public/blob/master/release/models/aft/openconfig-aft-common.yang#L565 ``` leaf-list pushed-mpls-label-stack { type oc-mplst:mpls-label; ordered-by user; description...