aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcp.h
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2005-06-30 05:50:52 +0000
committerBrooks Davis <brooks@FreeBSD.org>2005-06-30 05:50:52 +0000
commita36c0b6b78d5e6a2ff4978a9d0d4986ed3bb1911 (patch)
tree1c53a27880bd77027efb3993e1bc8e2bdb2a9461 /sbin/dhclient/dhcp.h
parent0ed48524c1d2d01463347a5c95cb588b8041938d (diff)
downloadsrc-a36c0b6b78d5e6a2ff4978a9d0d4986ed3bb1911.tar.gz
src-a36c0b6b78d5e6a2ff4978a9d0d4986ed3bb1911.zip
Don't complain when we receive smtp, pop, nntp, www, finger, and irc
server options. Reported by: Max Boyarov <max_b at tut dot by> Approved by: re (dhclient blanket)
Notes
Notes: svn path=/head/; revision=147689
Diffstat (limited to 'sbin/dhclient/dhcp.h')
-rw-r--r--sbin/dhclient/dhcp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h
index 33f51224a378..db1c05c4fddc 100644
--- a/sbin/dhclient/dhcp.h
+++ b/sbin/dhclient/dhcp.h
@@ -1,4 +1,5 @@
/* $OpenBSD: dhcp.h,v 1.5 2004/05/04 15:49:49 deraadt Exp $ */
+/* $FreeBSD$ */
/* Protocol structures... */
@@ -154,6 +155,12 @@ struct dhcp_packet {
#define DHO_DHCP_REBINDING_TIME 59
#define DHO_DHCP_CLASS_IDENTIFIER 60
#define DHO_DHCP_CLIENT_IDENTIFIER 61
+#define DHO_SMTP_SERVER 69
+#define DHO_POP_SERVER 70
+#define DHO_NNTP_SERVER 71
+#define DHO_WWW_SERVER 72
+#define DHO_FINGER_SERVER 73
+#define DHO_IRC_SERVER 74
#define DHO_DHCP_USER_CLASS_ID 77
#define DHO_END 255