diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-07 18:19:03 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2002-12-07 18:19:03 +0000 |
commit | 394872c73472f2f01411207cdc84e39c5e0cd74f (patch) | |
tree | 3315cfd7fd5ee6f5d5f512a8261d8b02c85ad70c /regress | |
parent | 6c9ab854ce6f8d226f119a8a67166644163f00b4 (diff) |
match regression test with changes to internal byte order of string based
source-hash keys
ok dhartmei@ henning@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/pf36.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/pf36.ok b/regress/sbin/pfctl/pf36.ok index ac1201963c2..ab22c412959 100644 --- a/regress/sbin/pfctl/pf36.ok +++ b/regress/sbin/pfctl/pf36.ok @@ -3,12 +3,12 @@ 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 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 0x93e3a84d77f522fdf7fd6c42b0d352fe +nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x4da8e393fd22f577426cfdf7fe52d3b0 nat on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 round-robin rdr on lo0 inet from any to 127.0.0.1 -> { 127.0.0.1, 127.0.0.2 } round-robin rdr on lo0 inet from any to 127.0.0.1 -> { 127.0.0.1, 127.0.0.2 } round-robin rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 bitmask rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 random rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x0123456789abcdef0123456789abcdef -rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x93e3a84d77f522fdf7fd6c42b0d352fe +rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 source-hash 0x4da8e393fd22f577426cfdf7fe52d3b0 rdr on lo0 inet from any to 127.0.0.1 -> 127.0.0.0/24 round-robin |