diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-27 02:15:56 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | 010bd3e5702d1ed52fcf19d950a558b74897c67b (patch) | |
| tree | 80272738dac2cfbbcd626bfdc74287ba9616a922 /zebra/zebra_nb.c | |
| parent | cc619176fe8f06d1bf85e5f0225acf08240c2698 (diff) | |
zebra: convert route-map delay-timer 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 19b0ae11ed..42d7562f8b 100644 --- a/zebra/zebra_nb.c +++ b/zebra/zebra_nb.c @@ -104,6 +104,12 @@ const struct frr_yang_module_info frr_zebra_info = { }, #endif { + .xpath = "/frr-zebra:zebra/route-map-delay", + .cbs = { + .modify = zebra_route_map_delay_modify, + } + }, + { .xpath = "/frr-zebra:zebra/debugs/debug-events", .cbs = { .modify = zebra_debugs_debug_events_modify, |
