summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf66.ok
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-05-11 01:56:15 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2003-05-11 01:56:15 +0000
commita699d686bbf0e22f403e81e561ae8dbddfd0ccd7 (patch)
tree94b58029e39f67c3cceae11031b1b84afd8edd2c /regress/sbin/pfctl/pf66.ok
parent21a5e41f8fb757e55d0d7538b6e88c7a08864775 (diff)
Regress tests for explicit nat translation port.
Diffstat (limited to 'regress/sbin/pfctl/pf66.ok')
-rw-r--r--regress/sbin/pfctl/pf66.ok6
1 files changed, 6 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf66.ok b/regress/sbin/pfctl/pf66.ok
new file mode 100644
index 00000000000..d49d56af701
--- /dev/null
+++ b/regress/sbin/pfctl/pf66.ok
@@ -0,0 +1,6 @@
+nat on lo0 inet from 192.168.1.1 to any -> 10.0.0.1 port 500
+nat on lo0 inet proto tcp from 192.168.1.2 to any -> 10.0.0.2 port 1000:5000
+nat on lo0 inet proto udp from 192.168.1.3 to any -> 10.0.0.3 port 5000:1000
+nat on lo0 inet proto udp from 192.168.1.4 to any -> 10.0.0.4 port 50000
+nat on lo0 inet proto tcp from 192.168.1.2 to any -> 10.0.0.2 port 80:5000
+nat on lo0 inet proto udp from 192.168.1.3 to any -> 10.0.0.3 port 5000:80