]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: There is nothing to do with a WRVIFWHOLE for iifp of pimreg
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 20 Dec 2019 12:57:28 +0000 (07:57 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 6 Mar 2020 21:02:43 +0000 (16:02 -0500)
commita054f6d73e43f70e7e10f026d7cc3f3b09f3fc09
tree8077969cd3545ae46d85a8057507383f46b518e6
parent9dc1cb0424d5b7033dd9a58aaf2165d302e20fd6
pimd: There is nothing to do with a WRVIFWHOLE for iifp of pimreg

When the WRVIFWHOLE callback is made with a iifp of the pimreg
device we *know* that the packet is a PIM Register packet
( see net/ipv4/ipmr.c for kernel behavior ).  As such
we know that we will shortly read the pim register packet
and handle it through those mechanics.  There is nothing
to do here so we can move along.

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