From cb9fc36a1211967e8c58b0502a26c42552ac8060 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 13 Jan 2015 19:48:19 +0100 Subject: networkd: introduce an AddressFamilyBoolean enum type This introduces am AddressFamilyBoolean type that works more or less like a booleaan, but can optionally turn on/off things for ipv4 and ipv6 independently. THis also ports the DHCP field over to it. --- network/80-container-host0.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network') diff --git a/network/80-container-host0.network b/network/80-container-host0.network index 6863ca9ce..8d9293f23 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -10,5 +10,5 @@ Virtualization=container Name=host0 [Network] -DHCP=both +DHCP=yes IPv4LL=yes -- cgit v1.2.3