aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTPhilip Paeps2009-10-211-0/+11
| | | | | | | | | | | | | | | packets instead of allowing the protocol stack to pick a random source port. This fixes the behaviour where dhclient would never transition from RENEWING to BOUND without going through REBINDING in networks which are paranoid about DHCP spoofing, such as most mainstream cable-broadband ISP networks. Reviewed by: brooks Obtained from: OpenBSD (partly - I'm not convinced their solution can work) MFC after: 1 week (pending re approval) Notes: svn path=/head/; revision=198352
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-231-0/+3
| | | | | | | versions when dealing with user problems. Notes: svn path=/head/; revision=149399
* Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis2005-06-071-0/+253
OPENBSD_3_7). Notes: svn path=/vendor/OpenBSD/dist/; revision=147072