Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/dhcpcd/dist Import dhcpcd-6.9.0 with the follow...
details: https://anonhg.NetBSD.org/src/rev/b9bab1931112
branches: trunk
changeset: 338273:b9bab1931112
user: roy <roy%NetBSD.org@localhost>
date: Sat May 16 23:25:41 2015 +0000
description:
Import dhcpcd-6.9.0 with the following changes:
* Fix IPv6 prefix underflow when confirming deprecated but valid leases
* eloop.c and .h are now 100% portable outside of dhcpcd
(provided the system supports recent POSIX and either you or
the system provide working TAILQ macros)
* Allow waitip to work per interface.
* Handle ND options in the same way we handle DHCP and DHCPv6 options.
* Add new variable of type bitflags:flags where the flags ABCDEFGH,
A is 10000000, B is 01000000, etc.
Variables with the name reserved are no longer processed.
* Improve IN_IFF_TENTATIVE with ip sharing.
diffstat:
external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a61a9deb70f2 -r b9bab1931112 external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in
--- a/external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in Sat May 16 23:09:08 2015 +0000
+++ b/external/bsd/dhcpcd/dist/dhcpcd-embedded.h.in Sat May 16 23:25:41 2015 +0000
@@ -26,6 +26,7 @@
*/
#define INITDEFINES @INITDEFINES@
+#define INITDEFINENDS @INITDEFINENDS@
#define INITDEFINE6S @INITDEFINE6S@
extern const char * const dhcpcd_embedded_conf[];
Home |
Main Index |
Thread Index |
Old Index