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

@@ -8,6 +8,17 @@
# /etc/sysconfig/dhcpd file.
#
#
# Define RFC 4833 timezone options:
#
#option dhcp6.rfc4833-tz-posix-string code 41 = string;
#option dhcp6.rfc4833-tz-name code 42 = string;
#
# Use example:
# option dhcp6.rfc4833-tz-posix-string "EST5EDT4,M3.2.0/02:00,M11.1.0/02:00";
# option dhcp6.rfc4833-tz-name "Europe/Zurich";
# From the file used for TAHI tests.
#