From b670ef46c68bf08af7987dc844ac8fe5576285d3 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Tue, 9 Aug 2011 00:20:12 +0200 Subject: examples: add line for IPv6 autoconfiguration to ethernet-static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/examples/ethernet-static | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static index 250896d..ea88bde 100644 --- a/docs/examples/ethernet-static +++ b/docs/examples/ethernet-static @@ -7,6 +7,9 @@ ADDR='192.168.1.23' GATEWAY='192.168.1.1' DNS=('192.168.1.1') +## For IPv6 autoconfiguration +#IP6=stateless + ## For IPv6 static address configuration #IP6='static' #ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96') -- cgit v1.2.3-24-g4f1b