From b91aebb88313ddca7f87c5ebdfd07fdb5c8722a3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sat, 4 May 2019 11:07:18 +0100 Subject: [PATCH] Fix compile. --- src/ipv4ll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ipv4ll.c b/src/ipv4ll.c index 23952e4e..77267132 100644 --- a/src/ipv4ll.c +++ b/src/ipv4ll.c @@ -286,7 +286,6 @@ ipv4ll_defend_failed(struct interface *ifp) ipv4_deladdr(state->addr, 1); state->down = true; state->addr = NULL; - if_initrt(ifp->ctx, AF_INET); rt_build(ifp->ctx, AF_INET); script_runreason(ifp, "IPV4LL"); ipv4ll_start1(ifp, state->arp); -- 2.47.3