diff options
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, |
