]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Startup does not need to assert
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 12 Sep 2016 19:09:28 +0000 (15:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:09 +0000 (20:26 -0500)
commitf3f0c4f8ccefaf38470716bd4c38eae6e7937aa3
treefdf04735974e0d047d43a97cb40c40fec5ff0cd5
parent29444f8feebd0a15da246c22280010d63935e0b8
pimd: Startup does not need to assert

When pim starts up there is no need to assert in pim_init
if state is not set as wanted.  Especially for qpim_debugs
as that I would like to turn on debugs before we even start
doing anything in the code.

As for the PIM_MROUTE_IS_ENABLED, the variable is set
right above it, so no need to assert on it.

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