Module Name: src
Committed By: martin
Date: Mon Dec 1 10:37:32 UTC 2014
Modified Files:
src/tests/ipf/expected [netbsd-7]: n14 n14_6
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #278):
tests/ipf/expected/n14: revision 1.6
tests/ipf/expected/n14_6: revision 1.5
Fix wrong expected outputs
IP addresses in the expected outputs looks reversed (in byte order).
It seems the expected outputs had been generated based on source code
with a bug and the bug was fixed by a commit titled "#534 destination
list hashing not endian neutral" by darrenr@.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.10.1 src/tests/ipf/expected/n14
cvs rdiff -u -r1.4 -r1.4.10.1 src/tests/ipf/expected/n14_6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/ipf/expected/n14
diff -u src/tests/ipf/expected/n14:1.5 src/tests/ipf/expected/n14:1.5.10.1
--- src/tests/ipf/expected/n14:1.5 Sun Jul 22 14:33:28 2012
+++ src/tests/ipf/expected/n14 Mon Dec 1 10:37:32 2014
@@ -11,9 +11,9 @@ RDR 10.1.1.253 80 <- -> 203.1.1.
RDR 10.1.1.254 80 <- -> 203.1.1.1 80 [10.2.2.5 2000]
Hostmap table:
-10.2.2.7,203.1.1.1 -> 254.1.1.10,0.0.0.0 (use = 1)
-10.2.2.6,203.1.1.1 -> 253.1.1.10,0.0.0.0 (use = 1)
-10.2.2.5,203.1.1.1 -> 254.1.1.10,0.0.0.0 (use = 1)
+10.2.2.7,203.1.1.1 -> 10.1.1.254,0.0.0.0 (use = 1)
+10.2.2.6,203.1.1.1 -> 10.1.1.253,0.0.0.0 (use = 1)
+10.2.2.5,203.1.1.1 -> 10.1.1.254,0.0.0.0 (use = 1)
List of active state sessions:
List of configured pools
List of configured hash tables
Index: src/tests/ipf/expected/n14_6
diff -u src/tests/ipf/expected/n14_6:1.4 src/tests/ipf/expected/n14_6:1.4.10.1
--- src/tests/ipf/expected/n14_6:1.4 Sun Jul 22 14:33:28 2012
+++ src/tests/ipf/expected/n14_6 Mon Dec 1 10:37:32 2014
@@ -11,9 +11,9 @@ RDR 10:1:1::253 80 <- -> 203:0:1::1:1
RDR 10:1:1::254 80 <- -> 203:0:1::1:1 80 [10::2:2:5 2000]
Hostmap table:
-10::2:2:7,203:0:1:0:0:0:1:1 -> 254:1:1::10,any (use = 1)
-10::2:2:6,203:0:1:0:0:0:1:1 -> 253:0:1:0:0:0:1:10,any (use = 1)
-10::2:2:5,203:0:1:0:0:0:1:1 -> 254:1:1::10,any (use = 3)
+10::2:2:7,203:0:1:0:0:0:1:1 -> 10:1:1::254,any (use = 1)
+10::2:2:6,203:0:1:0:0:0:1:1 -> 10:0:1:0:0:0:1:253,any (use = 1)
+10::2:2:5,203:0:1:0:0:0:1:1 -> 10:1:1::254,any (use = 3)
List of active state sessions:
List of configured pools
List of configured hash tables