]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Use correct flag to add an oif
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Jan 2017 19:47:04 +0000 (14:47 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 17:51:45 +0000 (12:51 -0500)
commitf663aa7ad4028905632fdc4d6801522b8a17f731
tree66dddbda48474bade37486df3409048ff730a3e1
parentdc0665f1509725bab4c0c20031a06ff80cfc36f8
pimd: Use correct flag to add an oif

When we are creating the igmp ifchannel we were creating
it with both a P and a I flag.  This was causing
it to not be cleaned up properly when the interface
was shut down.  Subsuquently when the interface
came back up we would attempt to add it back in
but it would fail.

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