Skip to content
Snippets Groups Projects
Commit caff6fa7 authored by root's avatar root
Browse files

Analysing of batman gw-list failed, if batman is not in client-mode, or if...

Analysing of batman gw-list failed, if batman is not in client-mode, or if non-official gateways are in the segment (with local WAN exit).
parent 27195d8d
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ fi
NODEID=$(uci get network.bat0.macaddr | sed 's/://g')
PUBKEY=$(/etc/init.d/fastd show_key mesh_vpn | cut -c1-12)
BATSEG=$(batctl gwl | grep '* ' | cut -d' ' -f2 | sed 's/:0/:/g' | cut -d':' -f4)
BATSEG=$(batctl gwl | grep '02:00:3' | tail -1 | sed 's/:0/:/g' | cut -d':' -f4)
GITSEG=$(nslookup ffs-${NODEID}-${PUBKEY}.segassign.freifunk-stuttgart.de ::1#54 | grep "2001:2:0:711::" | cut -d':' -f7)
if [ -z "$GITSEG" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment