diff options
Diffstat (limited to 'yang/frr-zebra.yang')
-rw-r--r-- | yang/frr-zebra.yang | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index c338a23..79c524a 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -145,16 +145,16 @@ module frr-zebra { "Zebra interface type bond."; } - identity zif-bond-slave { + identity zif-macvlan { base zebra-interface-type; description - "Zebra interface type bond slave."; + "Zebra interface type macvlan."; } - identity zif-macvlan { + identity zif-gre { base zebra-interface-type; description - "Zebra interface type macvlan."; + "Zebra interface type gre."; } /* @@ -2733,6 +2733,12 @@ module frr-zebra { description "The VNI multicast group for BUM traffic."; } + + leaf bond { + type frr-interface:interface-ref; + description + "The bond interface this interface belongs to."; + } } } } |