Skip to content
Snippets Groups Projects
Unverified Commit 6e095395 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

gluon-mesh-batman-adv: implement neighbour and default_gw4 check (#2274)

parent a1b96199
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
out=$(batctl gwl -H 2>/dev/null) && [ -n "$out" ]
#!/bin/sh
out=$(batctl n -H 2>/dev/null) && [ -n "$out" ]
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