]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Ensure channel_oil_add is created through all paths
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 14 Jun 2019 00:03:08 +0000 (20:03 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 19 Jun 2019 23:13:10 +0000 (19:13 -0400)
commit9e132a491a82c5d4d23e080ffb4c124ac3c6f6dc
treeec1f8db9058fa2a9daf0a3fe1c400c85b9afb856
parent11884868d4b091a7e82e80258d676122239ad6b8
pimd: Ensure channel_oil_add is created through all paths

If we create a channel_oil ensure that all paths that
we can go down will create one.  Future commits
can remove the (up->channel_oil) tests.

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