From: Lennart Poettering Date: Wed, 26 Aug 2015 17:38:15 +0000 (+0200) Subject: network: turn on DHCP timezone passing between container and host X-Git-Tag: v226~89^2~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e26b50585b29acfe1ca9346850490b8fbe84aece;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/network/80-container-host0.network b/network/80-container-host0.network index a778ecf..b65cc6a 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 72c20eb..f23b63a 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