summaryrefslogtreecommitdiffstats
path: root/ripd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-02-05 17:54:21 +0100
committerGitHub <noreply@github.com>2020-02-05 17:54:21 +0100
commit792465c09ff7318741cd65a2e3c0aca825eededb (patch)
tree4b3a491d71dd4171ff1edf9d5c3a2173c80e43c6 /ripd
parentMerge pull request #5758 from sworleys/Doc-No-Pbr-Dyn-Rules (diff)
parentlib: fix route-map YANG module on old gcc versions (diff)
downloadfrr-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 'ripd')
-rw-r--r--ripd/rip_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ripd/rip_main.c b/ripd/rip_main.c
index 060bb7658..ca41afaea 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,