projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ath5k: add an upstream patch to fix a memory leak
[openwrt.git]
/
package
/
base-files
/
files
/
lib
/
network
/
config.sh
diff --git
a/package/base-files/files/lib/network/config.sh
b/package/base-files/files/lib/network/config.sh
index
76ba324
..
a194ab8
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:-+}"
This page took
0.026054 seconds
and
4
git commands to generate.