]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_ifchannel.c
pimd: Deletion of a ifchannel does not immediately mean remove from OIL
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Apr 2019 08:33:37 +0000 (04:33 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 24 Apr 2019 08:38:53 +0000 (04:38 -0400)
commit2164ed5d04db1f556e717b1f0bd3ad442c2ced2c
tree5917942df481d80d41c95f516ccd8eb990dacd44
parentbbd8da796b1ad74ca5ad2e6e0ff22178dcb63f0b
pimd: Deletion of a ifchannel does not immediately mean remove from OIL

So when we remove a ifchannel from the system we should check to
see if we still care about the S,G having it in the OIL still
due to inheritance rules.  The deletion does not necessarily
mean it should not be in the OIL for the S,G.

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