summaryrefslogtreecommitdiffstats
path: root/yang/frr-zebra.yang
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
commitd5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6 (patch)
tree705ea89e798053f9c227b85512bc9f5b437b0093 /yang/frr-zebra.yang
parentReleasing debian version 10.1.1-3. (diff)
downloadfrr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.tar.xz
frr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.zip
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'yang/frr-zebra.yang')
-rw-r--r--yang/frr-zebra.yang11
1 files changed, 11 insertions, 0 deletions
diff --git a/yang/frr-zebra.yang b/yang/frr-zebra.yang
index 79c524a4..f97a4cc1 100644
--- a/yang/frr-zebra.yang
+++ b/yang/frr-zebra.yang
@@ -626,6 +626,7 @@ module frr-zebra {
leaf table-id {
type uint32;
+ default "254";
description
"Routing Table id (default id - 254).";
}
@@ -2855,6 +2856,16 @@ module frr-zebra {
}
}
+ container mpls {
+ description
+ "MPLS Configuration.";
+ leaf fec-nexthop-resolution {
+ type boolean;
+ description
+ "Authorise nexthop resolution over all labeled routes.";
+ }
+ }
+
uses ribs;
uses vrf-vni-mapping;