]> git.puffer.fish Git - mirror/frr.git/commit
pimd: No need to assert on the redist_default
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 22 Jan 2018 23:22:09 +0000 (18:22 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 23 Jan 2018 00:44:52 +0000 (19:44 -0500)
commitdaeda3d7ff34ec1c4f26f987ec361364f5ef7b66
tree74edccfba87ca253b23cfb3d5418cea01f7ba71c
parent09eef679fb19ef0a731f4a72009eed071847da19
pimd: No need to assert on the redist_default

zclient_init sets the redist_default to the appropriate
value, testing it with an assert doesn't really provide
us with much of anything useful.

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