summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf11.in
diff options
context:
space:
mode:
authorPeter Stromberg <wilfried@cvs.openbsd.org>2001-09-15 23:25:24 +0000
committerPeter Stromberg <wilfried@cvs.openbsd.org>2001-09-15 23:25:24 +0000
commit910f13c1f05a0aeb0379ffb2084988c536394e35 (patch)
tree72e6a75aa73b362ebc18f963aeb970eeea34887d /regress/sbin/pfctl/pf11.in
parent0ea556316015d5c7204d780512ea86ee7a003549 (diff)
return-icmp / icmp-type tests, ok dhartmei@
Diffstat (limited to 'regress/sbin/pfctl/pf11.in')
-rw-r--r--regress/sbin/pfctl/pf11.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf11.in b/regress/sbin/pfctl/pf11.in
new file mode 100644
index 00000000000..53f87e1b565
--- /dev/null
+++ b/regress/sbin/pfctl/pf11.in
@@ -0,0 +1,16 @@
+pass in inet proto icmp all icmp-type 0
+pass in inet proto icmp all icmp-type 0 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 1
+pass in inet6 proto ipv6-icmp all ipv6-icmp-type 1 code 1
+block in inet proto icmp all icmp-type 0
+block in inet proto icmp all icmp-type 0 code 0
+block in inet proto icmp all icmp-type 1
+block in inet proto icmp all icmp-type 1 code 1
+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