Skip to content

Commit

Permalink
Final fix for prior
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Oct 4, 2024
1 parent 8cd4e07 commit 9432d91
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/ipv4ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,6 @@ ipv4ll_not_found(struct interface *ifp)
{
struct ipv4ll_state *state;
struct ipv4_addr *ia;
#ifndef KERNEL_RFC5227
struct arp_state *astate;
#endif

state = IPV4LL_STATE(ifp);
ia = ipv4_iffindaddr(ifp, &state->pickedaddr, &inaddr_llmask);
Expand Down Expand Up @@ -264,9 +261,6 @@ ipv4ll_not_found(struct interface *ifp)
}
rt_build(ifp->ctx, AF_INET);

#ifndef KERNEL_RFC5227
state->arp->announced_cb = ipv4ll_announced_arp;
#endif
script_runreason(ifp, "IPV4LL");
dhcpcd_daemonise(ifp->ctx);
}
Expand Down

0 comments on commit 9432d91

Please sign in to comment.