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
pass $chain_rules to printrule()
[ferm.git]
/
test
/
modules
/
u32.ferm
blob
efef5803f8977dc8f6e5258a84751b12ae807492
1
table filter chain INPUT mod u32 {
2
u32 '1&0xff=42' REJECT;
3
u32 ('27&0x8f=7' '31=0x527c4833') DROP;
4
}