summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_fpm_netlink.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-08-11 02:04:20 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-12-22 02:26:06 +0100
commite3be04328f601963c825c722355f62c4b4e7cb31 (patch)
tree5ea05fcdf1d6c77bb4124650d9431fb47aa54af1 /zebra/zebra_fpm_netlink.c
parentpimd: Fix igmp(*,G) not influencing S,G mroutes (diff)
downloadfrr-e3be04328f601963c825c722355f62c4b4e7cb31.tar.xz
frr-e3be04328f601963c825c722355f62c4b4e7cb31.zip
lib, pimd, zebra: Allow pimd to ask the kernel about mroute info
When we need to lookup the mroute info for a route. Allow pimd to ask the kernel. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_fpm_netlink.c')
-rw-r--r--zebra/zebra_fpm_netlink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_fpm_netlink.c b/zebra/zebra_fpm_netlink.c
index a09008b39..5dd08ca78 100644
--- a/zebra/zebra_fpm_netlink.c
+++ b/zebra/zebra_fpm_netlink.c
@@ -28,6 +28,7 @@
#include "log.h"
#include "rib.h"
#include "vty.h"
+#include "prefix.h"
#include "zebra/zserv.h"
#include "zebra/zebra_ns.h"