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

This commit is contained in:
J. Burfeind 2021-08-12 21:02:58 +02:00 committed by GitHub
parent a1b961994a
commit 6e09539539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
out=$(batctl gwl -H 2>/dev/null) && [ -n "$out" ]

View File

@ -0,0 +1,2 @@
#!/bin/sh
out=$(batctl n -H 2>/dev/null) && [ -n "$out" ]