summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-22 22:21:38 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:39 +0200
commit10757acae605cb8215608fec03e1b1ebcdcfe74d (patch)
tree654c4360de2d8a3baae048e47b6f7b0c13ff3db2 /yang
parent4a18818b02c55c6a5313b5d49c4447daef3a3816 (diff)
zebra: convert interface evpn mh uplink 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 ed2be1a2bc..95e4fc6db1 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2257,6 +2257,12 @@ module frr-zebra {
description
"Bypass mode.";
}
+ leaf uplink {
+ type boolean;
+ default "false";
+ description
+ "Uplink to the VxLAN core.";
+ }
}
container state {
config false;