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
loop init
[ferm.git]
/
test
/
modules
/
ttl.ferm
blob
ac59e8bf26dc8985606ab4eff421449a6c2d4df3
1
table filter chain INPUT mod ttl {
2
ttl-eq 10 ACCEPT;
3
ttl-gt 15 DROP;
4
ttl-lt 2 REJECT;
5
}