fix previous NEWS commit, oops
[ferm.git] / test / protocols / icmp.ferm
blob0a104d763a50902e848413aa45cdc5560f87f7c3
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     }