summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient/tables.c
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-10-17 13:28:53 +0000
committerbrooks <brooks@FreeBSD.org>2008-10-17 13:28:53 +0000
commita9d132d46af46d2dd0287826bede8a7cef003e56 (patch)
treef642e406e276cb1f55c41837e8be5d3f96b119e0 /sbin/dhclient/tables.c
parent14874ad4f167cbb8503db0ed6e07a2335716d1cf (diff)
downloadFreeBSD-src-a9d132d46af46d2dd0287826bede8a7cef003e56.zip
FreeBSD-src-a9d132d46af46d2dd0287826bede8a7cef003e56.tar.gz
Support the remaining options listed in dhcp-options(5) and RFC 2132.
PR: bin/127076 Submitted by: jkim MFC after: 1 week
Diffstat (limited to 'sbin/dhclient/tables.c')
-rw-r--r--sbin/dhclient/tables.c22
1 files changed, 17 insertions, 5 deletions
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c
index f7ee057..81a9acc 100644
--- a/sbin/dhclient/tables.c
+++ b/sbin/dhclient/tables.c
@@ -387,13 +387,25 @@ unsigned char dhcp_option_default_priority_list[] = {
DHO_FONT_SERVERS,
DHO_X_DISPLAY_MANAGER,
DHO_DHCP_PARAMETER_REQUEST_LIST,
+ DHO_NISPLUS_DOMAIN,
+ DHO_NISPLUS_SERVERS,
+ DHO_TFTP_SERVER_NAME,
+ DHO_BOOTFILE_NAME,
+ DHO_MOBILE_IP_HOME_AGENT,
+ DHO_SMTP_SERVER,
+ DHO_POP_SERVER,
+ DHO_NNTP_SERVER,
+ DHO_WWW_SERVER,
+ DHO_FINGER_SERVER,
+ DHO_IRC_SERVER,
+ DHO_STREETTALK_SERVER,
+ DHO_STREETTALK_DA_SERVER,
/* Presently-undefined options... */
- 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76,
- 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92,
- 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106,
- 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118,
- 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130,
+ 62, 63, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91,
+ 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105,
+ 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
+ 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130,
131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142,
143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154,
155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166,
OpenPOWER on IntegriCloud