diff options
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r-- | networking/udhcp/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h index 1c5afa6f9..28e34718a 100644 --- a/networking/udhcp/common.h +++ b/networking/udhcp/common.h | |||
@@ -71,7 +71,8 @@ enum { | |||
71 | OPTION_IP_PAIR, | 71 | OPTION_IP_PAIR, |
72 | OPTION_STRING, | 72 | OPTION_STRING, |
73 | #if ENABLE_FEATURE_UDHCP_RFC3397 | 73 | #if ENABLE_FEATURE_UDHCP_RFC3397 |
74 | OPTION_STR1035, /* RFC1035 compressed domain name list */ | 74 | OPTION_DNS_STRING, /* RFC1035 compressed domain name list */ |
75 | OPTION_SIP_SERVERS, | ||
75 | #endif | 76 | #endif |
76 | // OPTION_BOOLEAN, | 77 | // OPTION_BOOLEAN, |
77 | OPTION_U8, | 78 | OPTION_U8, |
@@ -130,6 +131,7 @@ enum { | |||
130 | //#define DHCP_USER_CLASS 0x4d /* RFC 3004. set of LASCII strings. "I am a printer" etc */ | 131 | //#define DHCP_USER_CLASS 0x4d /* RFC 3004. set of LASCII strings. "I am a printer" etc */ |
131 | #define DHCP_FQDN 0x51 /* client asks to update DNS to map its FQDN to its new IP */ | 132 | #define DHCP_FQDN 0x51 /* client asks to update DNS to map its FQDN to its new IP */ |
132 | //#define DHCP_DOMAIN_SEARCH 0x77 /* RFC 3397. set of ASCIZ string, DNS-style compressed */ | 133 | //#define DHCP_DOMAIN_SEARCH 0x77 /* RFC 3397. set of ASCIZ string, DNS-style compressed */ |
134 | //#define DHCP_SIP_SERVERS 0x78 /* RFC 3361. flag byte, then: 0: domain names, 1: IP addrs */ | ||
133 | //#define DHCP_STATIC_ROUTES 0x79 /* RFC 3442. (mask,ip,router) tuples */ | 135 | //#define DHCP_STATIC_ROUTES 0x79 /* RFC 3442. (mask,ip,router) tuples */ |
134 | //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ | 136 | //#define DHCP_WPAD 0xfc /* MSIE's Web Proxy Autodiscovery Protocol */ |
135 | #define DHCP_END 0xff | 137 | #define DHCP_END 0xff |