diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-02 18:13:14 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-04 00:31:46 +0900 |
commit | 22f64c32fa600255abb39b539227434994e08201 (patch) | |
tree | 7dfcb06bf2fb848bdb5b6cc28e42833734cd22ee /test | |
parent | 9a4720a9efee04c56cac16ab8e45ca1dfc9182dd (diff) | |
download | systemd-22f64c32fa600255abb39b539227434994e08201.tar.gz systemd-22f64c32fa600255abb39b539227434994e08201.tar.bz2 systemd-22f64c32fa600255abb39b539227434994e08201.zip |
test: UseRoutes= and UseTimezone= need to be in [DHCP] section
Diffstat (limited to 'test')
-rw-r--r-- | test/test-network/conf/dhcp-client-timezone-router.network | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-network/conf/dhcp-client-timezone-router.network b/test/test-network/conf/dhcp-client-timezone-router.network index 6316f9cf59..23e04649de 100644 --- a/test/test-network/conf/dhcp-client-timezone-router.network +++ b/test/test-network/conf/dhcp-client-timezone-router.network @@ -4,5 +4,7 @@ Name=veth99 [Network] IPv6AcceptRA=false DHCP=ipv4 + +[DHCP] UseRoutes=true UseTimezone=true |