]> git.puffer.fish Git - mirror/frr.git/commit
pim: Fix NOCACHE to use incoming interface
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jun 2016 19:37:49 +0000 (15:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 17 Jun 2016 19:40:29 +0000 (15:40 -0400)
commit651d0f713ef79c693b3e28a0aa591a394365a4de
tree6c14192c7b5b177d943254fbaf6b467e179541f8
parentbedef391948578e1e181a7df8af3b8e61b7c5a64
pim: Fix NOCACHE to use incoming interface

When the kernel sends a NOCACHE message to
pim we were looking up the interface to
use for the incoming multicast packet
based upon the source.  No need to do
that trust that the kernel has properly
identified it and use that.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_ifchannel.c
pimd/pim_mroute.c
pimd/pim_rp.c
pimd/pim_rpf.c
pimd/pim_rpf.h
pimd/pim_upstream.c
pimd/pim_upstream.h
pimd/pim_zebra.c