git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0870824
)
contrib/package/freifunk-common: add ipv6 support for neigh.sh
author
Patrick Grimm
<redacted>
Thu, 24 Jan 2013 09:45:56 +0000
(09:45 +0000)
committer
Patrick Grimm
<redacted>
Thu, 24 Jan 2013 09:45:56 +0000
(09:45 +0000)
contrib/package/freifunk-common/files/usr/bin/neigh.sh
patch
|
blob
|
history
diff --git
a/contrib/package/freifunk-common/files/usr/bin/neigh.sh
b/contrib/package/freifunk-common/files/usr/bin/neigh.sh
index 723b813b76e5cccc111a3e756f54e159f82f361a..eee9cd3b44327b2f93dd390afa0826eead983149 100755
(executable)
--- a/
contrib/package/freifunk-common/files/usr/bin/neigh.sh
+++ b/
contrib/package/freifunk-common/files/usr/bin/neigh.sh
@@
-1,3
+1,4
@@
#!/bin/sh
wget -q -O - http://localhost:2006/neighbours|sed -e's/LinkQuality/LQ/;s/Hysteresis/Hyst./;s/Willingness/Will./'
+wget -q -O - http://[::1]:2006/neighbours|sed -e's/LinkQuality/LQ/;s/Hysteresis/Hyst./;s/Willingness/Will./'
git clone https://git.99rst.org/PROJECT