diff options
author | Peter Stromberg <wilfried@cvs.openbsd.org> | 2001-09-15 23:32:40 +0000 |
---|---|---|
committer | Peter Stromberg <wilfried@cvs.openbsd.org> | 2001-09-15 23:32:40 +0000 |
commit | e6566b173530668c3b0ab38927ca7205dcacf1b2 (patch) | |
tree | fbe05eab23a83061935a7ca00537ae105c4ea2e3 /regress/sbin | |
parent | 910f13c1f05a0aeb0379ffb2084988c536394e35 (diff) |
sync ICMP6_DST_UNREACH_NOROUTE <-> _ADMIN
Diffstat (limited to 'regress/sbin')
-rw-r--r-- | regress/sbin/pfctl/pf10.in | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf10.ok | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf11.ok | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf10.in b/regress/sbin/pfctl/pf10.in index 0154afd764d..9b76f635446 100644 --- a/regress/sbin/pfctl/pf10.in +++ b/regress/sbin/pfctl/pf10.in @@ -16,9 +16,9 @@ block return-icmp(15) in inet proto icmp all block return-icmp(cutoff-preced) in inet proto icmp all block return-icmp6 in inet6 proto ipv6-icmp all block return-icmp6(0) in inet6 proto ipv6-icmp all -block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all -block return-icmp6(1) in inet6 proto ipv6-icmp all block return-icmp6(noroute-unr) in inet6 proto ipv6-icmp all +block return-icmp6(1) in inet6 proto ipv6-icmp all +block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all block return-icmp6(2) in inet6 proto ipv6-icmp all block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all block return-icmp6(3) in inet6 proto ipv6-icmp all diff --git a/regress/sbin/pfctl/pf10.ok b/regress/sbin/pfctl/pf10.ok index 41ec7b7798c..cb292b0a896 100644 --- a/regress/sbin/pfctl/pf10.ok +++ b/regress/sbin/pfctl/pf10.ok @@ -14,10 +14,10 @@ @0 block return-icmp(cutoff-preced) in inet proto icmp all @0 block return-icmp(cutoff-preced) in inet proto icmp all @0 block return-icmp6 in inet6 proto ipv6-icmp all -@0 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all -@0 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all @0 block return-icmp6(noroute-unr) in inet6 proto ipv6-icmp all @0 block return-icmp6(noroute-unr) in inet6 proto ipv6-icmp all +@0 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all +@0 block return-icmp6(admin-unr) in inet6 proto ipv6-icmp all @0 block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all @0 block return-icmp6(notnbr-unr) in inet6 proto ipv6-icmp all @0 block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all diff --git a/regress/sbin/pfctl/pf11.ok b/regress/sbin/pfctl/pf11.ok index ead3bf0cb87..5a7f27b72f9 100644 --- a/regress/sbin/pfctl/pf11.ok +++ b/regress/sbin/pfctl/pf11.ok @@ -5,7 +5,7 @@ @0 pass in inet6 proto ipv6-icmp all ipv6-icmp-type 0 @0 pass in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0 @0 pass in inet6 proto ipv6-icmp all ipv6-icmp-type unreach -@0 pass in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code noroute-unr +@0 pass in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code admin-unr @0 block in inet proto icmp all icmp-type echorep @0 block in inet proto icmp all icmp-type echorep code 0 @0 block in inet proto icmp all icmp-type 1 @@ -13,4 +13,4 @@ @0 block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 @0 block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0 @0 block in inet6 proto ipv6-icmp all ipv6-icmp-type unreach -@0 block in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code noroute-unr +@0 block in inet6 proto ipv6-icmp all ipv6-icmp-type unreach code admin-unr |