summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-22 22:21:04 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:39 +0200
commit4a18818b02c55c6a5313b5d49c4447daef3a3816 (patch)
tree11abae62952fa5a9ac7aedf125bb472e1536a5f0 /yang
parent7c6e41ecffe63cb5d17b475c874faf788e4138a3 (diff)
zebra: convert interface evpn mh bypass command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-zebra.yang6
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index a004aaf2aa..ed2be1a2bc 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2251,6 +2251,12 @@ module frr-zebra {
description
"Preference value used for DF election.";
}
+ leaf bypass {
+ type boolean;
+ default "false";
+ description
+ "Bypass mode.";
+ }
}
container state {
config false;