diff options
author | Nigel Hathaway <Nigel.Hathaway@ubiquisys.com> | 2011-04-26 02:50:00 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-26 02:50:00 +0200 |
commit | fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5 (patch) | |
tree | ba67ed5f064e5380304682418be401ec08bc1521 /networking/udhcp/common.h | |
parent | c37d4c67e85782001953a8bae8a9c65ccdcb2f88 (diff) | |
download | busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.tar.gz busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.tar.bz2 busybox-w32-fb6b173ff786648f5f43d23ff3c4f7721e9cb8b5.zip |
udhcp: add FEATURE_UDHCP_8021Q option
function old new delta
dhcp_option_strings 217 237 +20
dhcp_optflags 64 68 +4
Signed-off-by: Nigel Hathaway <Nigel.Hathaway@ubiquisys.com>
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 f8f18ff01..ad6991c94 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -145,6 +145,8 @@ enum { | |||
145 | //#define DHCP_DOMAIN_SEARCH 0x77 /* RFC 3397. set of ASCIZ string, DNS-style compressed */ | 145 | //#define DHCP_DOMAIN_SEARCH 0x77 /* RFC 3397. set of ASCIZ string, DNS-style compressed */ |
146 | //#define DHCP_SIP_SERVERS 0x78 /* RFC 3361. flag byte, then: 0: domain names, 1: IP addrs */ | 146 | //#define DHCP_SIP_SERVERS 0x78 /* RFC 3361. flag byte, then: 0: domain names, 1: IP addrs */ |
147 | //#define DHCP_STATIC_ROUTES 0x79 /* RFC 3442. (mask,ip,router) tuples */ | 147 | //#define DHCP_STATIC_ROUTES 0x79 /* RFC 3442. (mask,ip,router) tuples */ |
148 | #define DHCP_VLAN_ID 0x84 /* 802.1P VLAN ID */ | ||
149 | #define DHCP_VLAN_PRIORITY 0x85 /* 802.1Q VLAN priority */ | ||
148 | //#define DHCP_MS_STATIC_ROUTES 0xf9 /* Microsoft's pre-RFC 3442 code for 0x79? */ | 150 | //#define DHCP_MS_STATIC_ROUTES 0xf9 /* Microsoft's pre-RFC 3442 code for 0x79? */ |
149 | //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ | 151 | //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ |
150 | #define DHCP_END 0xff | 152 | #define DHCP_END 0xff |