diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-31 00:49:33 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-31 00:49:33 +0000 |
commit | e0427523ce1cc41117564d9062248cb189411e14 (patch) | |
tree | 67cdf3ac60c27a5443fc91c7e3f4381dd4b5ae5e /regress/sbin/pfctl/pf11.ok | |
parent | b4b233f85561f5c69a711265330e0e2a3eb98152 (diff) |
Fix regression tests for ipv6-icmp-type to icmp6-type changes in pfctl.
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 |