Fix SMALLPROG build.

This commit is contained in:
roy 2019-01-22 21:38:08 +00:00
parent 10139ac9e3
commit 70c6970391
1 changed files with 2 additions and 0 deletions

View File

@ -765,7 +765,9 @@ dhcpcd_handlecarrier(struct dhcpcd_ctx *ctx, int carrier, unsigned int flags,
#ifdef NOCARRIER_PRESERVE_IP
dhcpcd_drop(ifp, 0);
#endif
#ifdef IPV4LL
ipv4ll_reset(ifp);
#endif
}
}
dhcpcd_initstate(ifp, 0);