blob: 78a677cc47be95a9375102fc7f6f6410a30a1cf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pass in inet proto icmp all icmp-type echorep
pass in inet proto icmp all icmp-type echorep code 0
pass in inet proto icmp all icmp-type 1
pass in inet proto icmp all icmp-type 1 code 1
pass in inet6 proto ipv6-icmp all ipv6-icmp-type 0
pass in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0
pass in inet6 proto ipv6-icmp all ipv6-icmp-type unreach
pass in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code admin-unr
block drop in inet proto icmp all icmp-type echorep
block drop in inet proto icmp all icmp-type echorep code 0
block drop in inet proto icmp all icmp-type 1
block drop in inet proto icmp all icmp-type 1 code 1
block drop in inet6 proto ipv6-icmp all ipv6-icmp-type 0
block drop in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0
block drop in inet6 proto ipv6-icmp all ipv6-icmp-type unreach
block drop in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code admin-unr
pass in inet proto icmp all icmp-type unreach code needfrag
pass in inet6 proto ipv6-icmp all ipv6-icmp-type timex code reassemb
|