diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-02-05 11:54:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 11:54:21 -0500 |
| commit | 792465c09ff7318741cd65a2e3c0aca825eededb (patch) | |
| tree | 4b3a491d71dd4171ff1edf9d5c3a2173c80e43c6 /ospfd/ospf_main.c | |
| parent | 75995e434817f60486381b45063f276c225618fe (diff) | |
| parent | 79661106763d4f6d9c200a4f4d25439f1cfecf3a (diff) | |
Merge pull request #5104 from opensourcerouting/route-map-nbv2
lib: migrate route map to use northbound
Diffstat (limited to 'ospfd/ospf_main.c')
| -rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index d02ffe0448..7caa79d207 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -40,6 +40,7 @@ #include "zclient.h" #include "vrf.h" #include "libfrr.h" +#include "routemap.h" #include "ospfd/ospfd.h" #include "ospfd/ospf_interface.h" @@ -126,6 +127,7 @@ struct quagga_signal_t ospf_signals[] = { static const struct frr_yang_module_info *const ospfd_yang_modules[] = { &frr_interface_info, + &frr_route_map_info, }; FRR_DAEMON_INFO(ospfd, OSPF, .vty_port = OSPF_VTY_PORT, |
