History log of /dflybsd-src/sbin/dhclient/dhclient-script (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) 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.


Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2
# 426fda14 20-Aug-2020 Roy Marples <roy@marples.name>

dhclient: teach the script about resolvconf(8)


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2, v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1
# 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


Revision tags: v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2
# 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 ...


Revision tags: v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.4.3, v3.4.2, v3.4.1, v3.4.0, v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3
# 277a81d9 21-Aug-2012 Matthew Dillon <dillon@apollo.backplane.com>

Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2


# 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


Revision tags: v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 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


# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0, v2.3.2, v2.3.1, v2.2.1, v2.2.0, v2.3.0, v2.1.1, v2.0.1
# 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.


# 2443e96e 07-Feb-2011 Justin C. Sherrill <justin@leaf.dragonflybsd.org>

Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly

Conflicts:
UPDATING


# 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 ...