diff options
Diffstat (limited to 'contrib/netbsd-tests/ipf/regress/f7')
-rw-r--r-- | contrib/netbsd-tests/ipf/regress/f7 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/ipf/regress/f7 b/contrib/netbsd-tests/ipf/regress/f7 new file mode 100644 index 0000000..be1b969 --- /dev/null +++ b/contrib/netbsd-tests/ipf/regress/f7 @@ -0,0 +1,9 @@ +block in proto icmp from any to any icmp-type echo +pass in proto icmp from any to any icmp-type echo +block in proto icmp from any to any icmp-type unreach code 3 +pass in proto icmp from any to any icmp-type unreach code 3 +block in proto icmp from any to any icmp-type echorep +pass in proto icmp from any to any icmp-type echorep +pass in proto icmp all icmp-type maskreq keep state +pass in proto icmp all icmp-type timest keep state +pass in proto icmp all icmp-type inforeq keep state |