diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 14:08:34 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-09-23 14:08:34 +0000 |
commit | 5d07592ce628b8c13e084808405432d2114b5172 (patch) | |
tree | 85ce50917c217311e779e0a4c20d116cc44027e7 /regress/sbin/pfctl/pf66.ok | |
parent | a8c77258564e5227b137bb92337958c00b19d10a (diff) |
More tweaks to try to catchup to recent pf changes.
pfopt5 part from sthen@
ok henning@ sthen@
Diffstat (limited to 'regress/sbin/pfctl/pf66.ok')
-rw-r--r-- | regress/sbin/pfctl/pf66.ok | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/regress/sbin/pfctl/pf66.ok b/regress/sbin/pfctl/pf66.ok index d49d56af701..dc5a4600c6b 100644 --- a/regress/sbin/pfctl/pf66.ok +++ b/regress/sbin/pfctl/pf66.ok @@ -1,6 +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 +match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 port 500 +match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 1000:5000 +match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:1000 +match out on lo0 inet proto udp from 192.168.1.4 to any nat-to 10.0.0.4 port 50000 +match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 port 80:5000 +match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 port 5000:80 |