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 a778ecf..b65cc6a 100644 (file)
@@ -12,3 +12,6 @@ Name=host0
 [Network]
 DHCP=yes
 LinkLocalAddressing=yes
+
+[DHCP]
+UseTimezone=yes
index 72c20eb..f23b63a 100644 (file)
@@ -15,3 +15,6 @@ Address=0.0.0.0/28
 LinkLocalAddressing=yes
 DHCPServer=yes
 IPMasquerade=yes
+
+[DHCPServer]
+EmitTimezone=yes