diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-05 17:54:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 17:54:21 +0100 |
commit | 792465c09ff7318741cd65a2e3c0aca825eededb (patch) | |
tree | 4b3a491d71dd4171ff1edf9d5c3a2173c80e43c6 /ospf6d | |
parent | Merge pull request #5758 from sworleys/Doc-No-Pbr-Dyn-Rules (diff) | |
parent | lib: fix route-map YANG module on old gcc versions (diff) | |
download | frr-792465c09ff7318741cd65a2e3c0aca825eededb.tar.xz frr-792465c09ff7318741cd65a2e3c0aca825eededb.zip |
Merge pull request #5104 from opensourcerouting/route-map-nbv2
lib: migrate route map to use northbound
Diffstat (limited to 'ospf6d')
-rw-r--r-- | ospf6d/ospf6_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_main.c b/ospf6d/ospf6_main.c index 0aaefeb3c..e4bed7a79 100644 --- a/ospf6d/ospf6_main.c +++ b/ospf6d/ospf6_main.c @@ -167,6 +167,7 @@ struct quagga_signal_t ospf6_signals[] = { static const struct frr_yang_module_info *const ospf6d_yang_modules[] = { &frr_interface_info, + &frr_route_map_info, }; FRR_DAEMON_INFO(ospf6d, OSPF6, .vty_port = OSPF6_VTY_PORT, |