]> git.puffer.fish Git - matthieu/frr.git/commit
pimd assert when no route to source from a new igmp join
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 Jun 2015 00:47:26 +0000 (17:47 -0700)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:32 +0000 (20:38 -0400)
commit2f702571df8c97951c48784fd44ab357e8b619f2
tree7a18acdd4f33fa5fb21a81ec9dc11bfd5d71e6d3
parenta724477d97709001bce8b004632d9e1e5adb36be
pimd assert when no route to source from a new igmp join

When pim_upstream_new is called the code looks up the nexthop.
If there is no route to the source, the code silently ignored
the error returned.  When the nexthop lookup fails don't create
the 'struct pim_stream *' to return.

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