diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2019-10-01 17:56:41 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2020-02-04 14:05:43 -0300 |
| commit | 91835f1fd2a8dd05a5ba03c8961b699aaabed7e7 (patch) | |
| tree | 0376ffa58520d713366791eda736544a8736f157 /ripd/rip_main.c | |
| parent | e324ef433ca611ddf8274015c0b36c8de1fb3075 (diff) | |
*: fix route map integration
Add the appropriated code to bootstrap route map northbound for all
daemons.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'ripd/rip_main.c')
| -rw-r--r-- | ripd/rip_main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c index 060bb76585..ca41afaea6 100644 --- a/ripd/rip_main.c +++ b/ripd/rip_main.c @@ -35,6 +35,7 @@ #include "vrf.h" #include "if_rmap.h" #include "libfrr.h" +#include "routemap.h" #include "ripd/ripd.h" #include "ripd/rip_nb.h" @@ -115,6 +116,7 @@ static struct quagga_signal_t ripd_signals[] = { static const struct frr_yang_module_info *const ripd_yang_modules[] = { &frr_interface_info, &frr_ripd_info, + &frr_route_map_info, }; FRR_DAEMON_INFO(ripd, RIP, .vty_port = RIP_VTY_PORT, |
