summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient-script
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Use the -n flag to route(8) when calling "route get". Otherwise we hangBrooks Davis2008-06-091-1/+1
* Add a new function is_default_interface() which determines if thisBrooks Davis2008-03-301-20/+48
* During PREINIT, when giving the interface the address 0.0.0.0, do it as anBrooks Davis2008-01-211-1/+1
* Use the -n flag on ifconfig so that dhclient does not cause the kernel moduleAndrew Thompson2007-07-031-8/+9
* The minimum size of an RFC3442 destination descriptor is five bytes, soEd Maste2007-04-131-1/+1
* Implement RFC3442, the Classless Static Route option.Ed Maste2007-02-091-0/+60
* Fix rev 1.12.Brooks Davis2006-01-261-1/+1
* Give the TIMEOUT case a chance to work by using -t # instead of theBrooks Davis2006-01-241-1/+1
* Make dhclient-script more agreeable with read-only /etc.Wes Peters2006-01-231-9/+10
* When we give up on an interface, use the arp(8) command to remove allBrooks Davis2006-01-101-2/+5
* Avoid updating resolv.conf when no changes have actually occured.Brooks Davis2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulBrooks Davis2005-09-081-0/+1
* The $medium string often contains quoted values with spaces in them (ssids,Brooks Davis2005-08-261-6/+6
* Use a more robust, grep-free command to get the interface of the currentBrooks Davis2005-08-261-2/+1
* Don't and/remove a route to our assigned IP through 127.0.0.1. ItBrooks Davis2005-08-261-4/+4
* s/if_defaulroute/if_defaultroute/Brooks Davis2005-07-261-1/+1
* Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.Brooks Davis2005-06-101-0/+11
* Add support for /etc/dhclient-exit-hooks file.Brooks Davis2005-06-081-3/+13
* FreeBSDize the dhclient-script.Brooks Davis2005-06-071-21/+54
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+227