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
] [
edit
]
#!/bin/bash
BR
=
$
{
1
:-
"br549"
}
while
true
;
do
brctl show
brctl showstp $BR
brctl showmacs $BR
sleep
5
done