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
/
protocols
/
icmp.ferm
blob
0a104d763a50902e848413aa45cdc5560f87f7c3
1
chain INPUT {
2
proto icmp ACCEPT;
3
proto icmp {
4
icmp-type destination-unreachable ACCEPT;
5
icmp-type ! redirect ACCEPT;
6
icmp-type (router-advertisement ttl-zero-during-reassembly) ACCEPT;
7
}
8
}