Sign in
nest-open-source
/
manifest_repos
/
bridge-utils
/
303a9979fb93489ad58348e393c87436312106c2
/
.
/
tests
/
showme
blob: 7bc869e1591ccf9c33783d264021577e683bdc97 [
file
] [
log
] [
blame
]
#!/bin/bash
BR
=
$
{
1
:-
"br549"
}
while
true
;
do
brctl show
brctl showstp $BR
brctl showmacs $BR
sleep
5
done