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. --- network/80-container-host0.network | 2 +- network/80-container-ve.network | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'network') diff --git a/network/80-container-host0.network b/network/80-container-host0.network index 8d9293f239..4e68c3d549 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -11,4 +11,4 @@ Name=host0 [Network] DHCP=yes -IPv4LL=yes +LinkLocal=yes diff --git a/network/80-container-ve.network b/network/80-container-ve.network index 7bde1d4934..cac436d81d 100644 --- a/network/80-container-ve.network +++ b/network/80-container-ve.network @@ -12,6 +12,6 @@ Driver=veth [Network] # Default to using a /28 prefix, giving up to 13 addresses per container. Address=0.0.0.0/28 -IPv4LL=yes +LinkLocal=yes DHCPServer=yes IPMasquerade=yes -- cgit v1.2.3-54-g00ecf