dhclient - Drop medium/alias useless utilization.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 3 Aug 2012 22:26:45 +0000 (00:26 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Wed, 15 Aug 2012 01:22:15 +0000 (03:22 +0200)
commitf155048f59848e3c157bec73e30071aaaa5a62b2
treeee5393388cf68bf1f9021ece3a1b05db42f8f5a6
parent944f2750ae825c10850f93544e3a579befb13ff3
dhclient - Drop medium/alias useless utilization.

- Dump some useless calls to dhclient-script. i.e. MEDIUM, PREINIT,
  ARPSEND, ARPCHECK. Drop support for 'media', 'medium' and 'alias'
  specifications in dhclient.conf.
- Old leases still parse but these options now have no effect.
- Be more polite and decline all offers we don't accept.
- Fix a IMSG length check.
- Many expressions of support at various bars.

Taken-from: OpenBSD
sbin/dhclient/clparse.c
sbin/dhclient/dhclient-script
sbin/dhclient/dhclient.c
sbin/dhclient/dhclient.conf.5
sbin/dhclient/dhcpd.h
sbin/dhclient/privsep.c