diff options
Diffstat (limited to 'sbin/dhclient/dhcp.h')
-rw-r--r-- | sbin/dhclient/dhcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h index 1e24aa6fa34..53f8a0440fa 100644 --- a/sbin/dhclient/dhcp.h +++ b/sbin/dhclient/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.14 2013/06/09 00:30:06 krw Exp $ */ +/* $OpenBSD: dhcp.h,v 1.15 2013/06/09 16:21:50 krw Exp $ */ /* Protocol structures. */ @@ -173,6 +173,7 @@ struct dhcp_packet { #define DHO_NDS_SERVERS 85 #define DHO_NDS_TREE_NAME 86 #define DHO_NDS_CONTEXT 87 +#define DHO_CLASSLESS_STATIC_ROUTES 121 #define DHO_TFTP_CONFIG_FILE 144 #define DHO_VOIP_CONFIGURATION_SERVER 150 #define DHO_AUTOPROXY_SCRIPT 252 |