Skip to content

Commit

Permalink
gluon-mesh-batman-adv: implement neighbour and default_gw4 check
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Aug 4, 2021
1 parent 4d0a756 commit 9738da2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/ash
out=$(batctl gwl -H 2>/dev/null) && [ -n "$out" ]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/ash
out=$(batctl n -H 2>/dev/null) && [ -n "$out" ]

0 comments on commit 9738da2

Please sign in to comment.