Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
busybox
> busybox-1.18.5-udhcp-services.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File busybox-1.18.5-udhcp-services.patch of Package busybox (Revision 34)
Currently displaying revision
34
,
show latest
--- networking/udhcp/common.c.orig 2010-08-23 02:44:35.000000000 +0200 +++ networking/udhcp/common.c 2010-09-29 12:15:08.514367497 +0200 @@ -49,6 +49,10 @@ { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */ //TODO: not a string, but a set of LASCII strings: // { OPTION_STRING , 0x4D }, /* DHCP_USER_CLASS */ + { OPTION_IP | OPTION_LIST , 0x45 }, /* DHCP_SMTP_SERVER */ + { OPTION_IP | OPTION_LIST , 0x46 }, /* DHCP_POP3_SERVER */ + { OPTION_IP | OPTION_LIST , 0x4a }, /* DHCP_IRC_SERVER */ + { OPTION_IP | OPTION_LIST , 0x48 }, /* DHCP_WWW_SERVER */ #if ENABLE_FEATURE_UDHCP_RFC3397 { OPTION_DNS_STRING | OPTION_LIST , 0x77 }, /* DHCP_DOMAIN_SEARCH */ { OPTION_SIP_SERVERS , 0x78 }, /* DHCP_SIP_SERVERS */ @@ -105,6 +109,10 @@ "tftp" "\0" /* DHCP_TFTP_SERVER_NAME */ "bootfile" "\0" /* DHCP_BOOT_FILE */ // "userclass" "\0" /* DHCP_USER_CLASS */ + "smtpsrv" "\0" /* DHCP_SMTP_SERVER */ + "pop3srv" "\0" /* DHCP_POP3_SERVER */ + "ircsrv" "\0" /* DHCP_IRC_SERVER */ + "wwwsrv" "\0" /* DHCP_WWW_SERVER */ #if ENABLE_FEATURE_UDHCP_RFC3397 "search" "\0" /* DHCP_DOMAIN_SEARCH */ // doesn't work in udhcpd.conf since OPTION_SIP_SERVERS