]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix instance startup to separate data structure setup from use
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 23 May 2017 11:43:47 +0000 (07:43 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 24 Jul 2017 17:51:38 +0000 (13:51 -0400)
commitb4575b3aa07a8273a6a4a2b6d7b7fe7ac75e7364
tree999b0a5fecd563c7bbdaf5a258f278edc2eedb74
parentf02d59db8b553849d415610868bba70a32769aba
pimd: Fix instance startup to separate data structure setup from use

Fix the instance startup to allow separation between the data structure
setup for pim instances from actual attempt to use.  More than
likely there will be other issues that need to be fixed but
this gets us 'working' again.

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