blob: 7bc869e1591ccf9c33783d264021577e683bdc97 [file] [log] [blame]
#!/bin/bash
BR=${1:-"br549"}
while true;
do
brctl show
brctl showstp $BR
brctl showmacs $BR
sleep 5
done