summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-01-23 19:09:08 -0500
committerGitHub <noreply@github.com>2018-01-23 19:09:08 -0500
commitdd19d6a6e71a747f28d1774f8ac31a221877e336 (patch)
tree4811d67edffc5031ad469c9e48721bf8b22fe8c9 /pimd/pim_zebra.c
parentc7cbd53a16c375fc8cc7f258cbe6509830948eaf (diff)
parent3c1925406846d0e2d981086ea4d3c9fb09dc8b4a (diff)
Merge pull request #1665 from donaldsharp/nexthop_labels
Cleanup some zclient code
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 6e82558766..2970dcee5e 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -765,8 +765,6 @@ void pim_zebra_init(void)
zlog_info("zclient_init cleared redistribution request");
}
- zassert(zclient->redist_default == ZEBRA_ROUTE_PIM);
-
/* Request all redistribution */
for (i = 0; i < ZEBRA_ROUTE_MAX; i++) {
if (i == zclient->redist_default)