diff options
author | Peter Stromberg <wilfried@cvs.openbsd.org> | 2002-11-19 11:45:14 +0000 |
---|---|---|
committer | Peter Stromberg <wilfried@cvs.openbsd.org> | 2002-11-19 11:45:14 +0000 |
commit | ff3699e7ba2c88c502a8b08ae555e6a51fa53f0a (patch) | |
tree | 2d8fd61461e0ad6d610becddcc8b5cbb4ae51e0d /regress/sbin/pfctl/pf11.in | |
parent | e3d13aefca39657af41d80d2e473830fd54c5a61 (diff) |
add icmp-type and code by name tests
Diffstat (limited to 'regress/sbin/pfctl/pf11.in')
-rw-r--r-- | regress/sbin/pfctl/pf11.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf11.in b/regress/sbin/pfctl/pf11.in index 53f87e1b565..618562b3bac 100644 --- a/regress/sbin/pfctl/pf11.in +++ b/regress/sbin/pfctl/pf11.in @@ -14,3 +14,5 @@ block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 block in inet6 proto ipv6-icmp all ipv6-icmp-type 0 code 0 block in inet6 proto ipv6-icmp all ipv6-icmp-type 1 block in inet6 proto ipv6-icmp all ipv6-icmp-type 1 code 1 +pass in inet proto icmp all icmp-type unreach code needfrag +pass in inet6 proto ipv6-icmp all ipv6-icmp-type timex code reassemb |