TEST: - Added RFC 4833 TimeZone PosixString and Name declarations to
server and client configs [not used yet]. OBS-URL: https://build.opensuse.org/package/show/network:dhcp/dhcp?expand=0&rev=90
This commit is contained in:
@@ -28,10 +28,16 @@
|
||||
#send dhcp-lease-time 3600;
|
||||
|
||||
#
|
||||
# define classless static route option
|
||||
# Define RFC 3442 classless static route option
|
||||
#
|
||||
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
|
||||
|
||||
#
|
||||
# Define RFC 4833 timezone options
|
||||
#
|
||||
option rfc4833-tz-posix-string code 100 = string;
|
||||
option rfc4833-tz-name code 101 = string;
|
||||
|
||||
# Request several well known/usefull dhcp options.
|
||||
request subnet-mask, broadcast-address, routers,
|
||||
rfc3442-classless-static-routes,
|
||||
@@ -39,7 +45,8 @@ request subnet-mask, broadcast-address, routers,
|
||||
domain-name-servers, nis-domain, nis-servers,
|
||||
nds-context, nds-servers, nds-tree-name,
|
||||
netbios-name-servers, netbios-dd-server,
|
||||
netbios-node-type, netbios-scope, ntp-servers;
|
||||
netbios-node-type, netbios-scope, ntp-servers,
|
||||
rfc4833-tz-posix-string, rfc4833-tz-name;
|
||||
|
||||
# We request above options, require only the IP configuration:
|
||||
require subnet-mask;
|
||||
|
Reference in New Issue
Block a user