diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 13:45:59 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-10-07 13:45:59 +0000 |
commit | f60c0e77783ccaf7b327986fb14af84d2eda85a0 (patch) | |
tree | f4e4b5e3d5e8bf9dedb6c487f3815be9548f5632 /regress/sbin/pfctl/pf10.in | |
parent | 98d5b9ded013fe50017ad6c23b6d866f02335f49 (diff) |
test new return-icmp syntax
Diffstat (limited to 'regress/sbin/pfctl/pf10.in')
-rw-r--r-- | regress/sbin/pfctl/pf10.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf10.in b/regress/sbin/pfctl/pf10.in index b772b885353..412ad48b820 100644 --- a/regress/sbin/pfctl/pf10.in +++ b/regress/sbin/pfctl/pf10.in @@ -27,4 +27,5 @@ 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-icmp(5, 1) in all +block return-icmp(srcfail, admin-unr) in all |