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
detect double negation
[ferm.git]
/
test
/
modules
/
length.result
blob
4494107edd71cbed8b292c92259c2a78d9c3b3a0
1
iptables -t filter -A INPUT -m length --length 0:1024 -j ACCEPT
2
iptables -t filter -A INPUT -m length --length 16384 -j DROP
3
iptables -t filter -A INPUT -m length --length ! 8192 -j ACCEPT