freebsd-ports/net/dhcpcd
Kurt Jaeger b29d8c242f net/dhcpcd: 6.10.2 -> 6.11.0
- pidfile directory is now created correctly at startup.
- bootp "leases" are now stored so dhcpcd can dump them.
- ARP state is kept open so we can detect duplicates
  (currently this is only logged, no action is taken).
- --lastleastextend allows dhcpcd to extend a DHCP lease once
  it has expired. The lease is dropped if any other node
  claims the address.
- Delegated Prefix reject routes will be correctly bound to the
  loopback interface. If a delegated address uses the whole prefix,
  then the reject route is removed. If this address is removed, the
  reject route is restored.
- dhcp code has been reworked around a classic BOOTP structure
  instead of a fixed size DHCP structure based on a max MTU of 1500.
  Each reference to it also has a size so we know it's length.
  Adding an option to a message is now guarded via easy macros.
  Option concatenation buffer is no longer a fixed size.
- Many other cleanups, fully passes Coverity scan on FreeBSD!

PR:		209395
Submitted by:	roy@marples.name (maintainer)
2016-05-09 18:08:43 +00:00
..
files net/dhcpcd: 6.10.1 -> 6.10.2 2016-04-16 12:21:38 +00:00
distinfo net/dhcpcd: 6.10.2 -> 6.11.0 2016-05-09 18:08:43 +00:00
Makefile net/dhcpcd: 6.10.2 -> 6.11.0 2016-05-09 18:08:43 +00:00
pkg-descr
pkg-message net/dhcpcd: 6.10.1 -> 6.10.2 2016-04-16 12:21:38 +00:00
pkg-plist net/dhcpcd: update 6.9.4 -> 6.10.0 2016-01-08 01:31:35 +00:00