summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tables.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Echo back the Relay Agent Information option if present (RFC 3046).reyk2009-09-011-4/+5
| | | | | | | Also add support for the "ipsec-tunnel" hardware type as described in RFC 3456. ok henning@ krw@ (but needs more testing from others)
* add option 150, voip-configuration-server, as an array of IP addresses;sthen2009-01-131-2/+2
| | | | | | draft-raj-dhc-tftp-addr-option-05, req by Michael van der Westhuizen. ok henning, krw, dlg
* option 144 is commonly used for tftp-config-file.dlg2008-04-041-2/+2
| | | | ok henning@ krw@
* option 252 is generally used to specify an autoproxy-script on a subnet.dlg2008-03-171-2/+2
| | | | ok krw@ henning@
* More tweaking of option processing, this time around the creation ofkrw2007-10-291-6/+9
| | | | | | | | | | the priority list. Add create_priority_list() and use it to consistantly merge mandatory, supplied and default option priority lists into a reliable and complete list of options sorted by priority. No intended functional change other than ensuring all options available are returned. "looks good" henning@ "OK, fair enough" millert@
* Remove duplicate DHO_HOST_NAME entry and add missingkrw2007-10-281-18/+22
| | | | | | DHO_DHCP_USER_CLASS_ID entry to dhcp_option_default_priority_list[]. Reformat list of numbers at the end of dhcp_option_default_priority_list[] so it is easy to see which options are defined. No functional change.
* various knf; henning okderaadt2004-04-181-2/+1
|
* the ones from dhclient do, and they're already KNF'd and annsified...henning2004-04-141-35/+40
|
* may the whacking beginhenning2004-04-131-0/+687