This commit is contained in:
roy 2018-06-21 11:58:23 +00:00
parent f36fc52087
commit 8a7c7b0681
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ dhcpcd_drop(struct interface *ifp, int stop)
#ifdef IPV4LL
ipv4ll_drop(ifp);
#endif
#ifdef DHCP
#ifdef INET
dhcp_drop(ifp, stop ? "STOP" : "EXPIRE");
#endif
#ifdef ARP