diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-23 14:20:49 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:39 +0200 |
| commit | d617c9175a34849408612e724813c6b1bed7736c (patch) | |
| tree | 95b19b35bbbf02b6d159f11f8f1b61f3b0718ebd /zebra/zebra_nb.c | |
| parent | 10757acae605cb8215608fec03e1b1ebcdcfe74d (diff) | |
zebra: convert interface ipv6 nd suppress-ra command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_nb.c')
| -rw-r--r-- | zebra/zebra_nb.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zebra_nb.c b/zebra/zebra_nb.c index 15cb9c0858..87cfab5469 100644 --- a/zebra/zebra_nb.c +++ b/zebra/zebra_nb.c @@ -547,6 +547,12 @@ const struct frr_yang_module_info frr_zebra_info = { } }, { + .xpath = "/frr-interface:lib/interface/frr-zebra:zebra/ipv6-router-advertisements/send-advertisements", + .cbs = { + .modify = lib_interface_zebra_ipv6_router_advertisements_send_advertisements_modify, + } + }, + { .xpath = "/frr-interface:lib/interface/frr-zebra:zebra/state/up-count", .cbs = { .get_elem = lib_interface_zebra_state_up_count_get_elem, |
