diff options
Diffstat (limited to 'contrib/netbsd-tests/ipf/regress/i2')
-rw-r--r-- | contrib/netbsd-tests/ipf/regress/i2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/ipf/regress/i2 b/contrib/netbsd-tests/ipf/regress/i2 new file mode 100644 index 0000000..f69e28e --- /dev/null +++ b/contrib/netbsd-tests/ipf/regress/i2 @@ -0,0 +1,9 @@ +log in proto tcp all +pass in proto 6 from any to any +pass in proto udp from localhost to localhost +block in proto ipv6 from any to any +block in proto 17 from any to any +block in proto 250 from any to any +pass in proto tcp/udp from any to any +block in proto tcp-udp from any to any +block in proto tcp-udp from any to any |