Skip to content

Commit 9432d91

Browse files
committed
Final fix for prior
1 parent 8cd4e07 commit 9432d91

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ipv4ll.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,6 @@ ipv4ll_not_found(struct interface *ifp)
218218
{
219219
struct ipv4ll_state *state;
220220
struct ipv4_addr *ia;
221-
#ifndef KERNEL_RFC5227
222-
struct arp_state *astate;
223-
#endif
224221

225222
state = IPV4LL_STATE(ifp);
226223
ia = ipv4_iffindaddr(ifp, &state->pickedaddr, &inaddr_llmask);
@@ -264,9 +261,6 @@ ipv4ll_not_found(struct interface *ifp)
264261
}
265262
rt_build(ifp->ctx, AF_INET);
266263

267-
#ifndef KERNEL_RFC5227
268-
state->arp->announced_cb = ipv4ll_announced_arp;
269-
#endif
270264
script_runreason(ifp, "IPV4LL");
271265
dhcpcd_daemonise(ifp->ctx);
272266
}

0 commit comments

Comments
 (0)