]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Lookup S,G ifchannel after we create it
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Aug 2017 14:56:30 +0000 (10:56 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Aug 2017 22:24:28 +0000 (18:24 -0400)
commit8e7a4c6e2b8196751e4ab689bc73d064bbee0e03
tree4153bd7f37033027113904e7557f260290b39ab5
parent820ea5d431b64470934f0462c2b39226246260e1
pimd: Lookup S,G ifchannel after we create it

There are situations where we receive a *,G with
a S,G,RPT Prune embedded where we do not actually
have any S,G yet(MSDP with multiple RP's with the
same address).  As such since we only need to
lookup the S,G ifchannel once, do it after
the recv_prune.

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