[backfire] merge r27147
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 9 Jun 2011 12:37:28 +0000 (12:37 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 9 Jun 2011 12:37:28 +0000 (12:37 +0000)
SVN-Revision: 27148

package/base-files/files/lib/network/config.sh

index 0764b658dddbc32f23d1e305a72354c050ca199b..4504fa7a31a4206d9d044f1ecee51690c6dc4784 100755 (executable)
@@ -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:-+}"