summaryrefslogtreecommitdiff
path: root/yang
diff options
context:
space:
mode:
authorIgor Ryzhov <iryzhov@nfware.com>2024-01-22 21:52:09 +0200
committerIgor Ryzhov <iryzhov@nfware.com>2024-01-28 23:28:39 +0200
commit7c6e41ecffe63cb5d17b475c874faf788e4138a3 (patch)
tree52a3cddb5043a10fcf00193ef8d97d3b98417c94 /yang
parenta6db1c14a434a2f2e389de2ef871ed4a3d10d30a (diff)
zebra: convert interface evpn mh es-df-pref 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 e124840639..a004aaf2aa 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -2245,6 +2245,12 @@ module frr-zebra {
}
}
}
+ leaf df-preference {
+ type uint16;
+ default "32767";
+ description
+ "Preference value used for DF election.";
+ }
}
container state {
config false;