summaryrefslogtreecommitdiffstats
path: root/contrib/netbsd-tests/ipf/regress/ni6.ipf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/ipf/regress/ni6.ipf')
-rw-r--r--contrib/netbsd-tests/ipf/regress/ni6.ipf9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/ipf/regress/ni6.ipf b/contrib/netbsd-tests/ipf/regress/ni6.ipf
new file mode 100644
index 0000000..f5b83b2
--- /dev/null
+++ b/contrib/netbsd-tests/ipf/regress/ni6.ipf
@@ -0,0 +1,9 @@
+block out log quick on qfe0 from 192.168.7.0/24 to any
+block out log quick on nf0 from 192.168.6.0/24 to any
+pass in quick on nf0 proto tcp from any to any port = 111 flags S keep state
+pass in quick on nf0 proto udp from any to any port = 111 keep state
+block return-rst in log quick on nf0 proto tcp from any to any
+block in log quick on nf0 from 192.168.7.0/24 to any
+block return-rst in log quick on qfe0 proto tcp from any to any
+block in log quick on qfe0 from 192.168.6.0/24 to any
+
OpenPOWER on IntegriCloud