commit | 739e1c62b041461da4ca05a21dc41db8bbe4dcbf | [log] [tgz] |
---|---|---|
author | shemminger <shemminger> | Mon May 24 22:47:43 2004 +0000 |
committer | shemminger <shemminger> | Mon May 24 22:47:43 2004 +0000 |
tree | 99f01931abae4da83b3d9da9e9bb9d6199417438 | |
parent | 328f4711bbc369dcccf8f8cfba2adf5dd0f74479 [diff] [blame] |
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