luci-app-bmx6: Adapt the code to last bmx6 (some fields changed).
[lede-routing/.git] / luci-app-bmx6 / files / www / cgi-bin / bmx6-info
index 931cbf68a4b4545246751e8cfc946fc7eeb93e33..37ff25af557a3f3bf7ee222a926709c97204eca6 100644 (file)
@@ -97,7 +97,7 @@ if [ "$QUERY" == '$neighbours' ]; then
        exit 0
 
 else if [ "$QUERY" == '$tunnels' ]; then
-       bmx6 -c --jshow tunnels
+       bmx6 -c --jshow tunnels /r=0
        exit 0
 
 else