diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-11 02:04:20 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:06 +0100 |
commit | e3be04328f601963c825c722355f62c4b4e7cb31 (patch) | |
tree | 5ea05fcdf1d6c77bb4124650d9431fb47aa54af1 /zebra/zebra_fpm_netlink.c | |
parent | pimd: Fix igmp(*,G) not influencing S,G mroutes (diff) | |
download | frr-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.c | 1 |
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" |