diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-20 17:50:26 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-02-20 18:06:49 +0200 | 
| commit | af8c6b5b566cfa7feb7c7225e3e7ef638c83e5c9 (patch) | |
| tree | 96e667bdba63809263b67ca8fb69bc1449a5deb2 /yang | |
| parent | 7a7bb6bc786db44a5803d214c02541bb1394d15f (diff) | |
zebra: implement zif-type oper state leaf
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
| -rw-r--r-- | yang/frr-zebra.yang | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang index 6c2a7bde7a..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  | 
