]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Ensure cleanup of S,G on ifchannel failure to create
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 14 Aug 2017 23:06:39 +0000 (19:06 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 Aug 2017 00:16:48 +0000 (20:16 -0400)
commitc6f94e1971fdbe90b371d4b3c64974b47791b7a4
tree1df6ea89476e593b012982164014827b18124533
parent7e4f56d349f75ab07e70bf4edcd28085eb4cfcc6
pimd: Ensure cleanup of S,G on ifchannel failure to create

There exists a path for ifchannel creation that if a S,G
fails to create and a corresponding *,G ifchannel is there,
the S,G will be deleted but we were leaving the S,G in the
*,G ifchannel sources list.  Remove from the list in this case

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