From 9cea5657af95db168a097ccfbc94bb1ae3374fec Mon Sep 17 00:00:00 2001
From: Eugene Konev <ejka@imfi.kspu.ru>
Date: Sun, 6 May 2007 16:52:46 +0000
Subject: Fix ipv6 address assignment (#1622).

SVN-Revision: 7116
---
 package/base-files/files/lib/network/config.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'package/base-files/files/lib')

diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh
index 7e90368e26..c5334cbd5d 100755
--- a/package/base-files/files/lib/network/config.sh
+++ b/package/base-files/files/lib/network/config.sh
@@ -152,7 +152,7 @@ setup_interface() {
 			config_get bcast "$config" broadcast
 			
 			[ -z "$ipaddr" ] || $DEBUG ifconfig "$iface" "$ipaddr" netmask "$netmask"
-			[ -z "$ip6addr" ] || $DEBUG ifconfig "$iface" inet6 add "$ip6addr" 
+			[ -z "$ip6addr" ] || $DEBUG ifconfig "$iface" add "$ip6addr"
 			[ -z "$gateway" ] || $DEBUG route add default gw "$gateway"
 			[ -z "$bcast" ] || $DEBUG ifconfig "$iface" broadcast "$bcast"
 			[ -z "$dns" -o -f /tmp/resolv.conf.auto ] || {
-- 
cgit v1.2.3