]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: turn on DHCP timezone passing between container and host
authorLennart Poettering <lennart@poettering.net>
Wed, 26 Aug 2015 17:38:15 +0000 (19:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 Aug 2015 18:45:29 +0000 (20:45 +0200)
Let's turn on DHCP timezone passing from the host to a container, so
that the timezone is always in sync.

network/80-container-host0.network
network/80-container-ve.network

index a778ecfef195fffc7ee8937fc0d2e8e196db17f0..b65cc6acbe446a4bea73dda7d61ac4b8c82b39fe 100644 (file)
@@ -12,3 +12,6 @@ Name=host0
 [Network]
 DHCP=yes
 LinkLocalAddressing=yes
+
+[DHCP]
+UseTimezone=yes
index 72c20eba5598ad64fd028dc4b08c4369cae93d8e..f23b63adf4d11326c110815610216a5fc48c4727 100644 (file)
@@ -15,3 +15,6 @@ Address=0.0.0.0/28
 LinkLocalAddressing=yes
 DHCPServer=yes
 IPMasquerade=yes
+
+[DHCPServer]
+EmitTimezone=yes