]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Allow pim to work in vrf's without explicitly configuring the vrf device
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Jun 2017 17:11:35 +0000 (13:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
commit90133de64ca73c7dfcd2ed499be5544421c0ca96
treeeaddc3fd49336ffcecd333b41c05c7b2cd8a684d
parent2aa1ca8418689d078c69e008e65f8d6c25c016fa
pimd: Allow pim to work in vrf's without explicitly configuring the vrf device

Under vrf's pim needs to have a socket listening for pim packets on the vrf
device so that we can actually get the packets.  As such when we configure
up a vrf interface, configure just enough to allow it to listen on the
device and to do the right thing.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_iface.c
pimd/pim_iface.h
pimd/pim_zebra.c