diff options
Diffstat (limited to 'regress/sbin/pfctl/pf11.in')
-rw-r--r-- | regress/sbin/pfctl/pf11.in | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/regress/sbin/pfctl/pf11.in b/regress/sbin/pfctl/pf11.in index 618562b3bac..a4dd3d57487 100644 --- a/regress/sbin/pfctl/pf11.in +++ b/regress/sbin/pfctl/pf11.in @@ -2,17 +2,17 @@ pass in inet proto icmp all icmp-type 0 pass in inet proto icmp all icmp-type 0 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 1 -pass in inet6 proto ipv6-icmp all ipv6-icmp-type 1 code 1 +pass in inet6 proto ipv6-icmp all icmp6-type 0 +pass in inet6 proto ipv6-icmp all icmp6-type 0 code 0 +pass in inet6 proto ipv6-icmp all icmp6-type 1 +pass in inet6 proto ipv6-icmp all icmp6-type 1 code 1 block in inet proto icmp all icmp-type 0 block in inet proto icmp all icmp-type 0 code 0 block in inet proto icmp all icmp-type 1 block in inet proto icmp all icmp-type 1 code 1 -block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 -block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0 -block in inet6 proto ipv6-icmp all ipv6-icmp-type 1 -block in inet6 proto ipv6-icmp all ipv6-icmp-type 1 code 1 +block in inet6 proto ipv6-icmp all icmp6-type 0 +block in inet6 proto ipv6-icmp all icmp6-type 0 code 0 +block in inet6 proto ipv6-icmp all icmp6-type 1 +block in inet6 proto ipv6-icmp all icmp6-type 1 code 1 pass in inet proto icmp all icmp-type unreach code needfrag -pass in inet6 proto ipv6-icmp all ipv6-icmp-type timex code reassemb +pass in inet6 proto ipv6-icmp all icmp6-type timex code reassemb |