gluon-mesh-batman-adv: implement neighbour and default_gw4 check (#2274)
This commit is contained in:
parent
a1b961994a
commit
6e09539539
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
out=$(batctl gwl -H 2>/dev/null) && [ -n "$out" ]
|
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
out=$(batctl n -H 2>/dev/null) && [ -n "$out" ]
|
Loading…
Reference in New Issue
Block a user