From 095adf1354f860617ef7fb927ef055151000c4e0 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Thu, 24 Jan 2013 09:45:56 +0000 Subject: [PATCH] contrib/package/freifunk-common: add ipv6 support for neigh.sh --- contrib/package/freifunk-common/files/usr/bin/neigh.sh | 1 + 1 file changed, 1 insertion(+) 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./' -- 2.25.1