Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
brctl
/
refs/heads/fp2-sibon
/
.
/
tests
/
showme
blob: 7bc869e1591ccf9c33783d264021577e683bdc97 [
file
] [
log
] [
blame
]
shemminger
739e1c6
2004-05-24 22:47:43 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
BR
=
$
{
1
:-
"br549"
}
3
4
while
true
;
5
do
6
brctl show
7
brctl showstp $BR
8
brctl showmacs $BR
9
sleep
5
10
done