]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Allow S,G lookup to use RTNL_FAMILY_IPMR
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 6 Jun 2017 14:18:17 +0000 (10:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
commit43b5cc5ee6bc51802dd5171c61d9240ee988e534
tree9d68d08c4680d9958ab4c1aaad3164b9eda287c2
parent5667319bcfc443609b3b394bf01cb75deb72efe9
zebra: Allow S,G lookup to use RTNL_FAMILY_IPMR

This current implementation unfortunately must
ask the kernel for all mroutes because vrf's
do not have the ability to request a single
mroute at this time.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zebra_mroute.c