gluon-mesh-batman-adv: implement neighbour and default_gw4 check
This commit is contained in:
parent
df06b05b2a
commit
b2f9c1f371
@ -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