From e26b50585b29acfe1ca9346850490b8fbe84aece Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 26 Aug 2015 19:38:15 +0200 Subject: 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. --- network/80-container-host0.network | 3 +++ network/80-container-ve.network | 3 +++ 2 files changed, 6 insertions(+) (limited to 'network') 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 -- cgit v1.2.1