]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fixup kernel callbacks to handle them better
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 20 Oct 2015 13:00:02 +0000 (06:00 -0700)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:34 +0000 (20:38 -0400)
commite355e30fcbe03b35dede323d7307ac38eb6f7479
treec92f4a8d4d7f55df77be37c2e75645704b111cb6
parentb45cefcb444d9c240847ab994d8f5f07c6a8ebf6
pimd: Fixup kernel callbacks to handle them better

This patch sets up the handling of the 3 basic kernel callbacks:
IGMPMSG_WRONGVIF - When a multicast message comes in the wrong vif
IGMPMSG_NOCACHE - There is no multicast route associated with a received(S,G)
IGMPMSG_WHOLEPKT - There is no outgoing interface for a packet.

The code's debugs are cleaned up to be covered by debug statements

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