aboutsummaryrefslogtreecommitdiffstats
path: root/tests/showme
diff options
context:
space:
mode:
Diffstat (limited to 'tests/showme')
-rwxr-xr-xtests/showme10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/showme b/tests/showme
new file mode 100755
index 0000000..7bc869e
--- /dev/null
+++ b/tests/showme
@@ -0,0 +1,10 @@
+#!/bin/bash
+BR=${1:-"br549"}
+
+while true;
+do
+ brctl show
+ brctl showstp $BR
+ brctl showmacs $BR
+ sleep 5
+done