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.
This commit is contained in:
Lennart Poettering 2015-08-26 19:38:15 +02:00
parent 8eb9058dc1
commit e26b50585b
2 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,6 @@ Name=host0
[Network]
DHCP=yes
LinkLocalAddressing=yes
[DHCP]
UseTimezone=yes

View File

@ -15,3 +15,6 @@ Address=0.0.0.0/28
LinkLocalAddressing=yes
DHCPServer=yes
IPMasquerade=yes
[DHCPServer]
EmitTimezone=yes