diff options
| author | Russ White <russ@riw.us> | 2024-03-05 11:41:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-05 11:41:35 -0500 |
| commit | ac34badf7109e9da1c31a32a3388197aa3a2e40d (patch) | |
| tree | 93478d2ac544cfe77cc9a0769b0df53da16b16b9 /yang | |
| parent | cf4d838e69b19fd5066da85e0c44b7c569af4e66 (diff) | |
| parent | af8c6b5b566cfa7feb7c7225e3e7ef638c83e5c9 (diff) | |
Merge pull request #15397 from idryzhov/zebra-oper
zebra: oper data additions
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-zebra.yang | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index c338a23af0..f1a69068c3 100644 --- a/yang/frr-zebra.yang +++ b/yang/frr-zebra.yang @@ -145,12 +145,6 @@ module frr-zebra { "Zebra interface type bond."; } - identity zif-bond-slave { - base zebra-interface-type; - description - "Zebra interface type bond slave."; - } - identity zif-macvlan { base zebra-interface-type; description @@ -2733,6 +2727,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."; + } } } } |
