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
/
addrtype.ferm
blob
c4617c1a08e8c8f535e2535fdab84728572b2d3c
1
table filter chain INPUT mod addrtype {
2
src-type UNSPEC ACCEPT;
3
src-type BLACKHOLE ACCEPT;
4
src-type PROHIBIT ACCEPT;
5
src-type (UNICAST BROADCAST) ACCEPT;
6
}