Skip to content

Commit e26b505

Browse files
committed
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.
1 parent 8eb9058 commit e26b505

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

network/80-container-host0.network

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ Name=host0
1212
[Network]
1313
DHCP=yes
1414
LinkLocalAddressing=yes
15+
16+
[DHCP]
17+
UseTimezone=yes

network/80-container-ve.network

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ Address=0.0.0.0/28
1515
LinkLocalAddressing=yes
1616
DHCPServer=yes
1717
IPMasquerade=yes
18+
19+
[DHCPServer]
20+
EmitTimezone=yes

0 commit comments

Comments
 (0)