]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zserv.c
lib, pimd, zebra: Allow pimd to ask the kernel about mroute info
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Aug 2016 00:04:20 +0000 (00:04 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:06 +0000 (20:26 -0500)
commite3be04328f601963c825c722355f62c4b4e7cb31
tree5ea05fcdf1d6c77bb4124650d9431fb47aa54af1
parentdfbbce1dcec213368beb4a0e3d24dcf8f1e06acd
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>
14 files changed:
lib/log.c
lib/zebra.h
pimd/pim_mroute.c
pimd/pim_oil.h
pimd/pim_upstream.c
pimd/pim_zlookup.c
pimd/pim_zlookup.h
zebra/Makefile.am
zebra/rt_netlink.c
zebra/rt_netlink.h
zebra/zebra_fpm_netlink.c
zebra/zebra_mroute.c [new file with mode: 0644]
zebra/zebra_mroute.h [new file with mode: 0644]
zebra/zserv.c