History log of /dflybsd-src/sbin/dhclient/dhclient-script (Results 1 – 14 of 14)
Revision Date Author Comments
# 65c3a693 11-Dec-2023 Matthew Dillon <dillon@apollo.backplane.com>

dhclient - Only clear arp table on specified interface

* When clearing the arp table after dhclient updates an interface,
only clear the arp entries on the interface and not all arp entries.


# 426fda14 20-Aug-2020 Roy Marples <roy@marples.name>

dhclient: teach the script about resolvconf(8)


# da3467a7 03-Jun-2017 Matthew Dillon <dillon@apollo.backplane.com>

dhclient - Fix bug last commit

* Missing 'fi' in script prevented it from working properly.


# 6bdc8b43 02-Jun-2017 Matthew Dillon <dillon@backplane.com>

dhclient - Implement RFC 3442

* Implement RFC 3442

Taken-from: FreeBSD


# 8e373f92 07-Aug-2014 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Remove saved resolv.conf to avoid problems.

- Once resolv.conf.saved has been copied back as
resolv.conf, delete it so it isn't copied again the
next time a dhclient goes away.

Taken

dhclient - Remove saved resolv.conf to avoid problems.

- Once resolv.conf.saved has been copied back as
resolv.conf, delete it so it isn't copied again the
next time a dhclient goes away.

Taken-from: OpenBSD

show more ...


# ee1dc8e7 03-Aug-2012 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Remove wrong processing of option 33 (static routes).

- We are incorrectly processing option 33 (static route), treating
is as a host route rather than a classful network route. Too muc

dhclient - Remove wrong processing of option 33 (static routes).

- We are incorrectly processing option 33 (static route), treating
is as a host route rather than a classful network route. Too much
trouble to fix such an obsolete feature, so ignore option 33 info.

Taken-from: OpenBSD

show more ...


# 057c89ff 03-Aug-2012 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Stray '$medium' missed in last commit.

Taken-from: OpenBSD


# 7cbe3601 03-Aug-2012 Antonio Huete Jimenez <tuxillo@quantumachine.net>

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'
specificat

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

show more ...


# 601f8f90 02-Aug-2012 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Fix interval handling.

- Start at initial_interval instead of exponentially backed
off initial_interval.
- Don't hallucinate that we can send ARP packets without waiting.
- Don't claim

dhclient - Fix interval handling.

- Start at initial_interval instead of exponentially backed
off initial_interval.
- Don't hallucinate that we can send ARP packets without waiting.
- Don't claim to be waiting for ARP packets when not doing so.
- Correctly detect expiry of selecting period.
- Speeds up negotiations.

Taken-from: OpenBSD

show more ...


# b976f566 31-Jul-2012 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Improve comment about resolv.conf creation.

Taken-from: OpenBSD


# 3a961bf3 03-Dec-2011 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Use -q option instead of redirection.

Obtained-from: OpenBSD


# 34910103 03-Dec-2011 Antonio Huete Jimenez <tuxillo@quantumachine.net>

dhclient - Do not add/remove route 127.0.0.1 for our newly assigned IP/aliases.

Taken-from: FreeBSD 149479


# 24872d8b 20-Oct-2010 Matthew Dillon <dillon@apollo.backplane.com>

dhclient - Do not remove default route unless setting a default route

* Do not just unconditionally remove the default route. The dhclient's
interface might not have anything to do with the defau

dhclient - Do not remove default route unless setting a default route

* Do not just unconditionally remove the default route. The dhclient's
interface might not have anything to do with the default route.

show more ...


# 846204b6 30-Aug-2008 Hasso Tepper <hasso@dragonflybsd.org>

Remove dhcp-3.0 from base and import dhclient from OpenBSD. Porting work
done by Matthias Schmidt and Andras Voroskoi.