summaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-08-26 19:38:15 +0200
committerLennart Poettering <lennart@poettering.net>2015-08-26 20:45:29 +0200
commite26b50585b29acfe1ca9346850490b8fbe84aece (patch)
tree07f4c2cf61dfac41138d426067036ec983fc5a0d /network
parent8eb9058dc1f99a5eb9b8726a978fcc0720837a10 (diff)
network: turn on DHCP timezone passing between container and host
Let's turn on DHCP timezone passing from the host to a container, so that the timezone is always in sync.
Diffstat (limited to 'network')
-rw-r--r--network/80-container-host0.network3
-rw-r--r--network/80-container-ve.network3
2 files changed, 6 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network
index a778ecfef1..b65cc6acbe 100644
--- a/network/80-container-host0.network
+++ b/network/80-container-host0.network
@@ -12,3 +12,6 @@ Name=host0
[Network]
DHCP=yes
LinkLocalAddressing=yes
+
+[DHCP]
+UseTimezone=yes
diff --git a/network/80-container-ve.network b/network/80-container-ve.network
index 72c20eba55..f23b63adf4 100644
--- a/network/80-container-ve.network
+++ b/network/80-container-ve.network
@@ -15,3 +15,6 @@ Address=0.0.0.0/28
LinkLocalAddressing=yes
DHCPServer=yes
IPMasquerade=yes
+
+[DHCPServer]
+EmitTimezone=yes