diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-31 02:23:21 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-31 02:23:21 +0000 |
commit | f762c670e490925232d775d8e1c44d021c973d05 (patch) | |
tree | 53db0830d513fced4d2a9d19fdc3b795a6dd74c8 /regress | |
parent | 4946b1582c7c894a7af7b4fa6d192b56604dc008 (diff) |
Change this test to use the ipv6-icmp alias, icmp6.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf10.in | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/regress/sbin/pfctl/pf10.in b/regress/sbin/pfctl/pf10.in index 412ad48b820..250576b9961 100644 --- a/regress/sbin/pfctl/pf10.in +++ b/regress/sbin/pfctl/pf10.in @@ -1,8 +1,8 @@ # return variants pass in inet proto icmp all -pass in inet6 proto ipv6-icmp all +pass in inet6 proto icmp6 all block in inet proto icmp all -block in inet6 proto ipv6-icmp all +block in inet6 proto icmp6 all block return-rst in inet proto tcp all block return-rst in inet6 proto tcp all block return-rst(ttl 10) in inet proto tcp all @@ -16,16 +16,16 @@ block return-icmp(10) in inet proto icmp all block return-icmp(host-prohib) in inet proto icmp all 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(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 -block return-icmp6(addr-unr) in inet6 proto ipv6-icmp all -block return-icmp6(4) in inet6 proto ipv6-icmp all -block return-icmp6(port-unr) in inet6 proto ipv6-icmp all +block return-icmp6 in inet6 proto icmp6 all +block return-icmp6(0) in inet6 proto icmp6 all +block return-icmp6(noroute-unr) in inet6 proto icmp6 all +block return-icmp6(1) in inet6 proto icmp6 all +block return-icmp6(admin-unr) in inet6 proto icmp6 all +block return-icmp6(2) in inet6 proto icmp6 all +block return-icmp6(notnbr-unr) in inet6 proto icmp6 all +block return-icmp6(3) in inet6 proto icmp6 all +block return-icmp6(addr-unr) in inet6 proto icmp6 all +block return-icmp6(4) in inet6 proto icmp6 all +block return-icmp6(port-unr) in inet6 proto icmp6 all block return-icmp(5, 1) in all block return-icmp(srcfail, admin-unr) in all |