diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:56:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:56:23 +0000 |
commit | c15d6efd40655f717841d00839a43df1ead5cb26 (patch) | |
tree | 35d579f9a19170e2b39085669ca92533c2d161b4 /yang/frr-zebra.yang | |
parent | Adding upstream version 10.0.1. (diff) | |
download | frr-upstream.tar.xz frr-upstream.zip |
Adding upstream version 10.1.upstream/10.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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."; + } } } } |