From c15d6efd40655f717841d00839a43df1ead5cb26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 5 Aug 2024 11:56:23 +0200 Subject: Adding upstream version 10.1. Signed-off-by: Daniel Baumann --- yang/frr-zebra.yang | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'yang/frr-zebra.yang') 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."; + } } } } -- cgit v1.2.3