From 44e664fabe1bf527215e2edbfce91165eeec5124 Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 9 Jun 2011 12:37:28 +0000 Subject: [PATCH] [backfire] merge r27147 git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@27148 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 0764b658d..4504fa7a3 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.35.1