]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Ensure packet received on vrf interface is configured for pim
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 13 Jun 2017 17:49:38 +0000 (13:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:39 +0000 (13:51 -0400)
commita5b6bd2be38e943f9a028e7025e191bb92b25c94
tree69d733765123b0c3c9ecc6479e941cdde714154f
parente0ae31b88690aa93159a018e383e4e6ba6dc9937
pimd: Ensure packet received on vrf interface is configured for pim

In a vrf configuration, when we receive a pim packet we lookup
the correct incoming interface.  There exists a chance that
the correct incoming interface has not been configured to use
pim yet.  gracefully bow out and do nothing with the packet.

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