aboutsummaryrefslogtreecommitdiff
path: root/examples/udhcp/udhcpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/udhcp/udhcpd.conf')
-rw-r--r--examples/udhcp/udhcpd.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf
index eca44c0ab..90714bcdf 100644
--- a/examples/udhcp/udhcpd.conf
+++ b/examples/udhcp/udhcpd.conf
@@ -70,8 +70,9 @@ option domain local
70option lease 864000 # default: 10 days 70option lease 864000 # default: 10 days
71option msstaticroutes 10.0.0.0/8 10.127.0.1 # single static route 71option msstaticroutes 10.0.0.0/8 10.127.0.1 # single static route
72option staticroutes 10.0.0.0/8 10.127.0.1, 10.11.12.0/24 10.11.12.1 72option staticroutes 10.0.0.0/8 10.127.0.1, 10.11.12.0/24 10.11.12.1
73# Arbitrary option in hex form: 73# Arbitrary option in hex or string form:
74option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4" 74option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4"
75option 14 "dumpfile"
75 76
76# Currently supported options (for more info, see options.c): 77# Currently supported options (for more info, see options.c):
77#opt lease NUM 78#opt lease NUM