From d0d6a4cd70477970812bff0a37e70f66208d7c14 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 8 Feb 2015 22:27:15 +0100 Subject: networkd: generalize IPv4LL to LinkLocal This allows both IPv4 and IPv6 link-local addresses to be enabled or disabled. By default we still enable IPv6LL and disable IPv4LL. The old config option is kept for backwards compatibility, but removed from the documentation. --- man/systemd.network.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index b8facdc0af..6c137e16e9 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -236,10 +236,12 @@ - IPv4LL= + LinkLocal= - A boolean. When true, enables IPv4 link-local support. - + Enables link-local address autoconfiguration. Accepts + yes, no, + ipv4, or ipv6. Defaults to + ipv6. -- cgit v1.2.3-54-g00ecf