diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-18 05:16:44 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-01-18 05:16:44 +0000 |
commit | 5bb5a86f0ca9cc93fa6b124815a3148d826cfe16 (patch) | |
tree | e1f39a9e84be62ec2ed6cd585b9046edb1c2e217 /regress/sbin/pfctl/pf18.in | |
parent | ed43c453864229241b6ba975a2e5b66450c6d235 (diff) |
Add "static-port" to some of the nat rule tests.
Diffstat (limited to 'regress/sbin/pfctl/pf18.in')
-rw-r--r-- | regress/sbin/pfctl/pf18.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf18.in b/regress/sbin/pfctl/pf18.in index c6981f8d85a..6c1589cf2a6 100644 --- a/regress/sbin/pfctl/pf18.in +++ b/regress/sbin/pfctl/pf18.in @@ -15,6 +15,6 @@ nat on lo0 inet from 192.168.0.1/24 to any -> (lo0) nat on lo0 from 192.168.1.8 to ! 172.17.0.0/16 -> 10.0.0.8 -nat on ! lo0 proto { udp, tcp } from any to any -> 10.0.0.8 +nat on ! lo0 proto { udp, tcp } from any to any -> 10.0.0.8 static-port nat on { lo0, tun0 } from any to any -> 10.0.0.8 |