Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
busybox
> busybox-1.15.2-udhcp-services.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File busybox-1.15.2-udhcp-services.patch of Package busybox (Revision 23)
Currently displaying revision
23
,
show latest
--- networking/udhcp/options.c.orig 2009-06-22 00:40:29.000000000 +0200 +++ networking/udhcp/options.c 2009-08-02 13:40:59.000000000 +0200 @@ -45,6 +45,10 @@ { OPTION_STRING , 0x42 }, /* tftp */ { OPTION_STRING , 0x43 }, /* bootfile */ { OPTION_STRING , 0x4D }, /* userclass */ + { 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_STR1035 | OPTION_LIST , 0x77 }, /* search */ #endif @@ -94,6 +98,10 @@ "tftp" "\0" "bootfile" "\0" "userclass" "\0" + "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" #endif