]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Modify pim_upstream_new behavior
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Dec 2016 13:15:16 +0000 (08:15 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:18 +0000 (20:26 -0500)
commit07335c8d082da51619883a9b4fff6f848e3dba1b
treecf4d167bf2be07777d4d3b7f4898f1c03a597391
parentee1a0718068320dae2f9711bd0aa41ab0b9c3c2a
pimd: Modify pim_upstream_new behavior

Modify pim_usptream_new to auto create the pim
channel oil.  Why?  Because there exists situations
where we have upstream state and we are attempting
to set the inherited_olist on it and we have
not created the channel oil yet.  When that
happens we end up with mroutes that are
being meanies.

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