projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd8ec24
)
base-files: assume a default ipv6 prefix size of /64, thats what the majority of...
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 9 Jun 2011 12:36:30 +0000
(12:36 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 9 Jun 2011 12:36:30 +0000
(12:36 +0000)
SVN-Revision: 27147
package/base-files/files/lib/network/config.sh
patch
|
blob
|
history
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index 76ba324973cc6e9cc3ca26452112d17267d873fa..a194ab8e24dc53d3b1752c6cadde9aaaefcdbae9 100755
(executable)
--- 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:-+}"