From: Patrick Grimm Date: Thu, 24 Jan 2013 09:45:56 +0000 (+0000) Subject: contrib/package/freifunk-common: add ipv6 support for neigh.sh X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=095adf1354f860617ef7fb927ef055151000c4e0;p=project%2Fluci.git contrib/package/freifunk-common: add ipv6 support for neigh.sh --- diff --git a/contrib/package/freifunk-common/files/usr/bin/neigh.sh b/contrib/package/freifunk-common/files/usr/bin/neigh.sh index 723b813b76..eee9cd3b44 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./'