From 5792adba637a60f7bbb386692243f00d5861f5ba Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Jun 2011 12:37:28 +0000 Subject: [PATCH] [backfire] merge r27147 SVN-Revision: 27148 --- package/base-files/files/lib/network/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/files/lib/network/config.sh b/package/base-files/files/lib/network/config.sh index 0764b658dd..4504fa7a31 100755 --- a/package/base-files/files/lib/network/config.sh +++ b/package/base-files/files/lib/network/config.sh @@ -237,7 +237,7 @@ setup_interface_static() { case "$ip6addr" in */*) ;; - *:*) ip6addr="$ip6addr/128" ;; + *:*) ip6addr="$ip6addr/64" ;; esac [ -z "$ipaddr" ] || $DEBUG ifconfig "$iface" "$ipaddr" netmask "$netmask" broadcast "${bcast:-+}" -- 2.30.2