diff options
author | Christian Hopps <chopps@labn.net> | 2023-04-10 12:32:35 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-04-11 21:27:17 +0200 |
commit | e40c42081d09bc4b601f496593ef2b9a573e7a90 (patch) | |
tree | dc6699dcc390c8e0c5d70f8faaf0a047e884a1e5 /yang | |
parent | ripd: adapt to new YANG NB if_rmap conversion (diff) | |
download | frr-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.yang | 6 |
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 |