summaryrefslogtreecommitdiffstats
path: root/yang
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-04-10 12:32:35 +0200
committerChristian Hopps <chopps@labn.net>2023-04-11 21:27:17 +0200
commite40c42081d09bc4b601f496593ef2b9a573e7a90 (patch)
treedc6699dcc390c8e0c5d70f8faaf0a047e884a1e5 /yang
parentripd: adapt to new YANG NB if_rmap conversion (diff)
downloadfrr-e40c42081d09bc4b601f496593ef2b9a573e7a90.tar.xz
frr-e40c42081d09bc4b601f496593ef2b9a573e7a90.zip
ripngd: adapt to new YANG NB if_rmap conversion
- uses YANG grouping and calls if_rmap library code to implement. Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'yang')
-rw-r--r--yang/frr-ripngd.yang6
1 files changed, 6 insertions, 0 deletions
diff --git a/yang/frr-ripngd.yang b/yang/frr-ripngd.yang
index d7de4c398..7b2b135fb 100644
--- a/yang/frr-ripngd.yang
+++ b/yang/frr-ripngd.yang
@@ -10,6 +10,9 @@ module frr-ripngd {
import ietf-yang-types {
prefix yang;
}
+ import frr-if-rmap {
+ prefix frr-if-rmap;
+ }
import frr-interface {
prefix frr-interface;
}
@@ -196,6 +199,9 @@ module frr-ripngd {
is 0.";
}
}
+
+ uses frr-if-rmap:if-route-maps-group;
+
leaf-list static-route {
type inet:ipv6-prefix;
description