SHA256
1
0
forked from pool/dhcp

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:
2012-03-28 15:29:59 +00:00
committed by Git OBS Bridge
parent 97d7fc195d
commit c67cc23113
6 changed files with 51 additions and 18 deletions

View File

@@ -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;