summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2019-11-20 07:35:03 -0500
committerGitHub <noreply@github.com>2019-11-20 07:35:03 -0500
commitfb72308b9903898778ce3463a6193c0b9510ade0 (patch)
tree6e1ce792eafde468127e44210b7efc24dd7422d4 /zebra/zebra_router.c
parentd64ecad8968807fea8479b2001665de3c2b5f208 (diff)
parent311c15ee60b07dc8afa523799c87fc5f62363284 (diff)
Merge pull request #5381 from donaldsharp/zebra_100_is_no_good
zebra: Router Advertisement socket mess up
Diffstat (limited to 'zebra/zebra_router.c')
-rw-r--r--zebra/zebra_router.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c
index e5319c64af..e573093b70 100644
--- a/zebra/zebra_router.c
+++ b/zebra/zebra_router.c
@@ -245,6 +245,8 @@ void zebra_router_init(void)
zrouter.packets_to_process = ZEBRA_ZAPI_PACKETS_TO_PROCESS;
+ zrouter.rtadv_sock = -1;
+
zebra_vxlan_init();
zebra_mlag_init();