aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/ipf/expected/in102_6
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/ipf/expected/in102_6')
-rw-r--r--contrib/netbsd-tests/ipf/expected/in102_65
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/ipf/expected/in102_6 b/contrib/netbsd-tests/ipf/expected/in102_6
new file mode 100644
index 000000000000..0e3fa8e904d6
--- /dev/null
+++ b/contrib/netbsd-tests/ipf/expected/in102_6
@@ -0,0 +1,5 @@
+rewrite in on bge0 inet6 proto tcp from any to any -> src any dst dstlist/a;
+rewrite in on bge0 inet6 proto tcp from 1:1:1::1/128 to any -> src any dst dstlist/bee;
+rewrite in on bge0 inet6 proto tcp from 1:1:1::1/128 to 2:2::2:2/128 -> src any dst dstlist/cat;
+rewrite in on bge0 inet6 proto tcp from pool/a to 2:2::2:2/128 -> src any dst dstlist/bat;
+rewrite in on bge0 inet6 proto tcp from pool/a to pool/1 -> src any dst dstlist/ant;