]> git.puffer.fish Git - mirror/frr.git/commit
lib, pimd, zebra: Allow pim to set pimregX into appropriate vrf
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 13 Jun 2017 12:59:32 +0000 (08:59 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
commite0ae31b88690aa93159a018e383e4e6ba6dc9937
tree2c26a528f697e7647e43a9f443a0ef60861c484d
parent2267994ca9aa4ae69ce808bb8231f1b025fa5fba
lib, pimd, zebra: Allow pim to set pimregX into appropriate vrf

The pimregX devices when created by the kernel are put into
the default vrf.  When pim gets the callback that the device
exists, check to see if it is a pimregX device and if so
move it into the appropriate vrf.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/log.c
lib/zclient.c
lib/zclient.h
pimd/pim_zebra.c
zebra/if_netlink.c
zebra/rt.h
zebra/rt_netlink.c
zebra/rt_socket.c
zebra/zserv.c