From 67d1a8078a89c34fbf427942a4de24a8c8556e6a Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Mon, 13 Jun 2011 14:00:35 +0200 Subject: IPv6: remove PREFIXLEN option and turn ADDR6 into an array MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows configuring multiple IPv6 addresses on the same interface. Signed-off-by: Rémy Oudompheng --- examples/ethernet-static | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/ethernet-static') diff --git a/examples/ethernet-static b/examples/ethernet-static index 2712888..250896d 100644 --- a/examples/ethernet-static +++ b/examples/ethernet-static @@ -9,7 +9,6 @@ DNS=('192.168.1.1') ## For IPv6 static address configuration #IP6='static' -#ADDR6='1234:5678:9abc:def::1' -#PREFIXLEN=64 +#ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96') #ROUTES6=('abcd::1234') #GATEWAY6='1234:0:123::abcd' -- cgit v1.2.3-24-g4f1b