aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-04-04 15:38:22 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-04-04 15:38:22 +0200
commit290346948d3c0808770241eaf54fe0631b31fb9f (patch)
treef30d30fd39b31d0cf8e972947dc0e0578e519c51
parent4f3aa51f9d551fba2935e34954e0eaf404c4f013 (diff)
downloadbusybox-w32-290346948d3c0808770241eaf54fe0631b31fb9f.tar.gz
busybox-w32-290346948d3c0808770241eaf54fe0631b31fb9f.tar.bz2
busybox-w32-290346948d3c0808770241eaf54fe0631b31fb9f.zip
update examples/udhcp/udhcpd.conf
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--examples/udhcp/udhcpd.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf
index 354e6e1bc..23fc834b7 100644
--- a/examples/udhcp/udhcpd.conf
+++ b/examples/udhcp/udhcpd.conf
@@ -68,6 +68,8 @@ opt wins 192.168.10.10
68option dns 129.219.13.81 # appended to above DNS servers for a total of 3 68option dns 129.219.13.81 # appended to above DNS servers for a total of 3
69option domain local 69option domain local
70option lease 864000 # default: 10 days 70option lease 864000 # default: 10 days
71# Arbitrary option in hex form:
72option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4"
71 73
72# Currently supported options (for more info, see options.c): 74# Currently supported options (for more info, see options.c):
73#opt lease NUM 75#opt lease NUM