diff options
author | Vladislav Grishenko | 2010-09-26 00:15:12 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-09-26 00:15:12 +0200 |
commit | 7d3a48a003cd645edfae2b404493688022b13193 (patch) | |
tree | eaf4054087dda457b78890781ac8ab77cc748788 /networking/udhcp/common.h | |
parent | 04bcd998ca48954db738232f46fe3dfc273db36a (diff) | |
download | busybox-7d3a48a003cd645edfae2b404493688022b13193.zip busybox-7d3a48a003cd645edfae2b404493688022b13193.tar.gz |
udhcp: add support for 0x21 ROUTES and 0xf9 MS_STATIC_ROUTES options
Signed-off-by: Vladislav Grishenko <themiron@mail.ru>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index c5abf17..9020b9c 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h @@ -123,6 +123,7 @@ enum { //#define DHCP_IP_TTL 0x17 //#define DHCP_MTU 0x1a //#define DHCP_BROADCAST 0x1c +//#define DHCP_ROUTES 0x21 //#define DHCP_NIS_DOMAIN 0x28 //#define DHCP_NIS_SERVER 0x29 //#define DHCP_NTP_SERVER 0x2a @@ -144,6 +145,7 @@ enum { //#define DHCP_DOMAIN_SEARCH 0x77 /* RFC 3397. set of ASCIZ string, DNS-style compressed */ //#define DHCP_SIP_SERVERS 0x78 /* RFC 3361. flag byte, then: 0: domain names, 1: IP addrs */ //#define DHCP_STATIC_ROUTES 0x79 /* RFC 3442. (mask,ip,router) tuples */ +//#define DHCP_MS_STATIC_ROUTES 0xf9 /* Microsoft's pre-RFC 3442 code for 0x79? */ //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ #define DHCP_END 0xff |