diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-06-04 21:04:54 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2013-06-04 21:04:54 +0000 |
commit | 51ce17d9e2e603adcfc9f5f2e1d3129f3280e8ca (patch) | |
tree | ebe0660cf05548c335441e214740855529d62ffe /sbin/dhclient/dhcp.h | |
parent | c15b6281349ec13718e6ac5f459a7ab4758c0feb (diff) |
Add support for static routes option (33) and classless static
routes option (121).
ok sthen@
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 13d098c7237..4b5d478c871 100644 --- a/sbin/dhclient/dhcp.h +++ b/sbin/dhclient/dhcp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp.h,v 1.12 2013/05/02 16:35:27 krw Exp $ */ +/* $OpenBSD: dhcp.h,v 1.13 2013/06/04 21:04:52 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 |