Put tests in CVS
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