diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/udhcp/udhcpd.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/udhcp/udhcpd.conf b/examples/udhcp/udhcpd.conf index 23fc834b7..43b49df89 100644 --- a/examples/udhcp/udhcpd.conf +++ b/examples/udhcp/udhcpd.conf | |||
@@ -90,6 +90,8 @@ option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4" | |||
90 | #opt wpad STRING | 90 | #opt wpad STRING |
91 | #opt serverid IP # default: server's IP | 91 | #opt serverid IP # default: server's IP |
92 | #opt message STRING # error message (udhcpd sends it on success too) | 92 | #opt message STRING # error message (udhcpd sends it on success too) |
93 | #opt vlanid NUM # 802.1P VLAN ID | ||
94 | #opt vlanpriority NUM # 802.1Q VLAN priority | ||
93 | # Options specifying server(s) | 95 | # Options specifying server(s) |
94 | #opt dns IP_LIST | 96 | #opt dns IP_LIST |
95 | #opt wins IP_LIST | 97 | #opt wins IP_LIST |
@@ -97,8 +99,15 @@ option 0x08 01020304 # option 8: "cookie server IP addr: 1.2.3.4" | |||
97 | #opt ntpsrv IP_LIST | 99 | #opt ntpsrv IP_LIST |
98 | #opt lprsrv IP_LIST | 100 | #opt lprsrv IP_LIST |
99 | #opt swapsrv IP | 101 | #opt swapsrv IP |
102 | # Options specifying routes | ||
103 | #opt routes IP_PAIR_LIST | ||
100 | # Obsolete options, no longer supported | 104 | # Obsolete options, no longer supported |
101 | #opt logsrv IP_LIST # 704/UDP log server (not syslog!) | 105 | #opt logsrv IP_LIST # 704/UDP log server (not syslog!) |
102 | #opt namesrv IP_LIST # IEN 116 name server, obsolete (August 1979!!!) | 106 | #opt namesrv IP_LIST # IEN 116 name server, obsolete (August 1979!!!) |
103 | #opt cookiesrv IP_LIST # RFC 865 "quote of the day" server, rarely (never?) used | 107 | #opt cookiesrv IP_LIST # RFC 865 "quote of the day" server, rarely (never?) used |
104 | #opt timesrv IP_LIST # RFC 868 time server, rarely (never?) used | 108 | #opt timesrv IP_LIST # RFC 868 time server, rarely (never?) used |
109 | # TODO: in development | ||
110 | #opt userclass STRING # RFC 3004. set of LASCII strings. "I am a printer" etc | ||
111 | #opt sipserv STRING LIST # RFC 3361. flag byte, then: 0: domain names, 1: IP addrs | ||
112 | #opt staticroutes STATIC_ROUTES | ||
113 | #opt msstaticroutes STATIC_ROUTES | ||