contrib/package/freifunk-common: add ipv6 support for neigh.sh

This commit is contained in:
Patrick Grimm 2013-01-24 09:45:56 +00:00
parent 0870824066
commit 095adf1354

View file

@ -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./'