repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
test
/
misc
/
tcp_udp.ferm
blob
16257cae192d7626fcfb1989f865c300cb2a4c98
1
# test whether mixing TCP and UDP works when specifying the protocol
2
# specific parameter 'dport'
3
chain INPUT proto (tcp udp) dport http ACCEPT;