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
/
subchain-domains.ferm
blob
e93c604d781b1911d1beedf13894e4a64b154589
1
# test semi-automatic subchains
2
domain (ip ip6) table filter chain INPUT proto udp @subchain {
3
dport domain ACCEPT;
4
}