Commit Graph

29 Commits

Author SHA1 Message Date
roy
a94cf675a8 Sync 2016-10-09 09:18:26 +00:00
roy
f992e6532d Sync 2016-06-17 19:42:31 +00:00
roy
bc693cba55 Sync 2016-05-09 10:15:59 +00:00
roy
9c9a1de605 Sync 2016-04-10 21:00:53 +00:00
roy
2d980baa58 Sync 2015-11-30 16:33:00 +00:00
roy
9a309d287d Sync 2015-09-04 12:25:01 +00:00
roy
d5314d23aa Sync 2015-08-21 10:39:00 +00:00
roy
76ccb05303 Sync 2015-07-09 10:15:34 +00:00
roy
7fd072243f Sync 2015-05-16 23:31:32 +00:00
roy
4d6391b4f4 Sync 2015-05-02 15:18:36 +00:00
roy
b03ca99758 Sync 2015-03-26 10:26:37 +00:00
roy
c40a479dcf Sync 2015-01-30 09:47:05 +00:00
roy
c4df7c91c1 Sync 2014-12-09 20:21:05 +00:00
roy
c1ce8e7e2b Sync 2014-11-26 16:05:14 +00:00
roy
c38e639c09 Add RCSIDs 2014-11-07 20:51:02 +00:00
roy
32584761dd Sync 2014-11-07 20:32:04 +00:00
roy
e2e4bfd1df Sync 2014-10-29 01:08:31 +00:00
roy
61932153cd Sync 2014-10-17 23:42:24 +00:00
roy
77cf2730df Sync 2014-10-06 18:22:29 +00:00
roy
edf064d2d0 Sync 2014-09-27 01:17:34 +00:00
roy
f1cbc45c57 Sync 2014-09-16 22:27:04 +00:00
roy
1f96c74429 Sync 2014-07-14 11:49:48 +00:00
roy
1578cb1fcc Sync 2014-06-14 20:55:37 +00:00
roy
7c6da338a5 Sync 2014-03-01 11:04:21 +00:00
roy
edb7c05f00 Sync 2014-02-25 13:20:23 +00:00
roy
8e4e77c750 Sync 2014-01-15 20:43:21 +00:00
joerg
5d70299db9 NUL != NULL, so use the correct literal 2013-11-18 19:55:29 +00:00
roy
71f31e7121 Import dhcpcd-6.1.0 with the following changes:
* Fixed a segfault when configuring a static route in dhcpcd.conf
* Merged IPv6 ND and RA codebases
* Persistent configuration is now a default option in dhcpcd.conf
* Store configured IPv4 addresses against the interface so we only add
  them if actually missing to avoid RTM_DELADDR/NEWADDR loops on some OS's
* waitip now supports waiting for any, IPv4, IPv6 or both protocols
* DHCPv6 addresses are added with a /128 prefix and should not attempt to
  associate with any existing prefix or make one up as per RFC 5942
* Fix initial carrier status
* Fix requesting >1 DHCPv6 address

Fixes PR bin/48140
2013-09-20 10:51:29 +00:00
roy
d407ff275f Import dhcpcd-6.0.0 with the following changes:
* DHCPv6 support
 * wpa_supplicant hook script
 * route IPv4 addresses to 127.0.0.1 for machine centric traffic
 * DHCPv6 Prefix Delegation support
 * DHCPv6 FQDN support
 * Control existing IPv4 routes
 * less spamy to syslog by default
 * IPv6 protocols now wait for a valid LL address before starting
 * IPv6 DAD support now listens to kernel for more accurate timings
 * IPv4 code split out more cleanly so dhcpcd can be compiled for
   IPv4, IPv6 or IPv4 AND IPv6
 * MTU is no longer requested by default
 * a DUID is now generated in /etc/dhcpcd.duid and this is used as a
   client ID for DHCPv4 and DHCPv6
   This does mean that you may get new DHCPv4 addresses

Many bugs have also been fixed along the way and this release addresses
the following PR's

PR bin/47364
PR bin/47502
PR bin/47666
PR bin/47699
PR bin/47775
PR bin/47776
2013-06-21 19:33:06 +00:00