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
/
condition.ferm
blob
6203e72f0b6c583cad396bacc1a1a9b4cada01da
1
table filter chain INPUT mod condition {
2
condition (foo bar) ACCEPT;
3
condition !blarg DROP;
4
}