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/pf36.ok | |
parent | ed43c453864229241b6ba975a2e5b66450c6d235 (diff) |
Add "static-port" to some of the nat rule tests.
Diffstat (limited to 'regress/sbin/pfctl/pf36.ok')
-rw-r--r-- | regress/sbin/pfctl/pf36.ok | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/sbin/pfctl/pf36.ok b/regress/sbin/pfctl/pf36.ok index ab22c412959..53f7d7e9120 100644 --- a/regress/sbin/pfctl/pf36.ok +++ b/regress/sbin/pfctl/pf36.ok @@ -1,6 +1,6 @@ nat on lo0 inet from any to 127.0.0.1 -> { 127.0.0.1, 127.0.0.2 } round-robin nat on lo0 inet from any to 127.0.0.1 -> { 127.0.0.1, 127.0.0.2 } round-robin -nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 bitmask +nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 bitmask static-port nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 random nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x0123456789abcdef0123456789abcdef nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x4da8e393fd22f577426cfdf7fe52d3b0 |