summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/test/regress/ni6.ipf
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2013-09-21 14:23:20 +0000
committercy <cy@FreeBSD.org>2013-09-21 14:23:20 +0000
commit1f79bda80fc99a9bea37dc83f80019be39c33c5a (patch)
tree3915c70585141494037a8c4fd909db7ea85a2aac /contrib/ipfilter/test/regress/ni6.ipf
parentb3f0452e3485d31d295010234a8951b1129a6f0b (diff)
downloadFreeBSD-src-1f79bda80fc99a9bea37dc83f80019be39c33c5a.zip
FreeBSD-src-1f79bda80fc99a9bea37dc83f80019be39c33c5a.tar.gz
Remove redundant files.
Approved by: glebius (mentor) Approved by: re (blanket)
Diffstat (limited to 'contrib/ipfilter/test/regress/ni6.ipf')
-rw-r--r--contrib/ipfilter/test/regress/ni6.ipf9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/ipfilter/test/regress/ni6.ipf b/contrib/ipfilter/test/regress/ni6.ipf
deleted file mode 100644
index f5b83b2..0000000
--- a/contrib/ipfilter/test/regress/ni6.ipf
+++ /dev/null
@@ -1,9 +0,0 @@
-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