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. --- man/systemd.network.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 9392089235..484d6f31c7 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -220,8 +220,8 @@ DHCP= Enables DHCPv4 and/or DHCPv6 support. Accepts - both, none, - v4 or v6. + yes, no, + ipv4 or ipv6. -- cgit v1.2.3-54-g00ecf