Update to dhcpcd-10.0.8 with the following fixes:
* Fixed compile without ARP * Fixed spelling of ADVERTISEMENT
This commit is contained in:
parent
e355904211
commit
986d1710a8
|
@ -29,7 +29,7 @@
|
|||
#define DEFS_H
|
||||
|
||||
#define PACKAGE "dhcpcd"
|
||||
#define VERSION "10.0.7"
|
||||
#define VERSION "10.0.8"
|
||||
|
||||
#ifndef PRIVSEP_USER
|
||||
# define PRIVSEP_USER "_" PACKAGE
|
||||
|
|
|
@ -3494,7 +3494,7 @@ dhcp6_recvif(struct interface *ifp, const char *sfrom,
|
|||
* To keep the same behaviour we won't do anything with
|
||||
* this. In the future we should make a lists of
|
||||
* ADVERTS and pick the "best" one. */
|
||||
logdebugx("%s: discarding ADVERTISMENT from %s",
|
||||
logdebugx("%s: discarding ADVERTISEMENT from %s",
|
||||
ifp->name, sfrom);
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -423,8 +423,8 @@ dhcpcd_drop_af(struct interface *ifp, int stop, int af)
|
|||
#endif
|
||||
#ifdef ARP
|
||||
arp_drop(ifp);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if !defined(DHCP6) && !defined(DHCP)
|
||||
UNUSED(stop);
|
||||
|
|
Loading…
Reference in New Issue