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