summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2019-05-03 13:27:10 -0400
committerLuke Shumaker <lukeshu@datawire.io>2019-05-03 13:28:00 -0400
commitd65d07f04a66a172fdb3fa4fab2b57ccba396ec0 (patch)
treedc9653f150d5b346f46e4b550e50f7f17ffdcef8
parent2cd7c3d35a6a8d7ccc303dbe1c0a468f70708131 (diff)
wmii: wifi: Improve filtering
-rwxr-xr-x.config/wmii-hg/rbar_wifi2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wmii-hg/rbar_wifi b/.config/wmii-hg/rbar_wifi
index 14beba2..1a4f71a 100755
--- a/.config/wmii-hg/rbar_wifi
+++ b/.config/wmii-hg/rbar_wifi
@@ -10,7 +10,7 @@ update() {
iface=${iface##*/}
parts=()
case "$iface" in
- lo|docker0)
+ lo|docker*|veth*)
continue
;;
w*)