diff options
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 |