diff options
author | Patrick Grimm <patrick@lunatiki.de> | 2013-01-24 09:45:56 +0000 |
---|---|---|
committer | Patrick Grimm <patrick@lunatiki.de> | 2013-01-24 09:45:56 +0000 |
commit | 095adf1354f860617ef7fb927ef055151000c4e0 (patch) | |
tree | 6f1df993b452fdee6d9b3a6b475eefcbfc6969b9 | |
parent | 0870824066675f79a7c14924d43fcfd51bb59136 (diff) |
contrib/package/freifunk-common: add ipv6 support for neigh.sh
-rwxr-xr-x | contrib/package/freifunk-common/files/usr/bin/neigh.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/freifunk-common/files/usr/bin/neigh.sh b/contrib/package/freifunk-common/files/usr/bin/neigh.sh index 723b813b7..eee9cd3b4 100755 --- 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./' |