repo.or.cz
/
tomato
/
davidwu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct PPTP server firewall rules chain.
[tomato/davidwu.git]
/
release
/
src
/
router
/
bridge
/
tests
/
showme
blob
7bc869e1591ccf9c33783d264021577e683bdc97
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