summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf13.ok
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2001-11-26 16:53:28 +0000
committerjasoni <jasoni@cvs.openbsd.org>2001-11-26 16:53:28 +0000
commit33b0aaaf67c75ef3528285b8466657e39b03ed09 (patch)
tree26db17c94960bacb81a43751142f4d1a9cd3ff87 /regress/sbin/pfctl/pf13.ok
parentcb78ac1fa03ec7031b5ea7554a93f69bc207077f (diff)
add tests for fastroute options
Diffstat (limited to 'regress/sbin/pfctl/pf13.ok')
-rw-r--r--regress/sbin/pfctl/pf13.ok12
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf13.ok b/regress/sbin/pfctl/pf13.ok
new file mode 100644
index 00000000000..870ba872e54
--- /dev/null
+++ b/regress/sbin/pfctl/pf13.ok
@@ -0,0 +1,12 @@
+@0 pass in quick on enc0 fastroute all
+@0 pass in quick on enc0 fastroute inet all
+@0 pass in quick on enc0 fastroute inet6 all
+@0 pass out quick on tun0 route-to tun1 all
+@0 pass out quick on tun0 route-to tun1 inet from any to 192.168.1.1/32
+@0 pass out quick on tun0 route-to tun1 inet6 from any to fec0::1/128
+@0 block in on tun0 dup-to tun1:192.168.1.1 inet proto tcp from any to any port = ftp
+@0 block in on tun0 dup-to tun1:fec0::1 inet6 proto tcp from any to any port = ftp
+@0 pass in quick on tun0 route-to tun1 inet from 192.168.1.1/32 to 10.1.1.1/32
+@0 pass in quick on tun0 route-to tun1 inet6 from fec0::1/64 to fec1::2/128
+@0 pass in quick on tun0 dup-to tun1:192.168.1.100 inet from 192.168.1.1/32 to 10.1.1.1/32
+@0 pass in quick on tun0 dup-to tun1:fec1::2 inet6 from fec0::1/64 to fec1::2/128