OSDN Git Service

replication テストをlocalアドレスで行うように修正
authortakamaru <takamaru@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 17 Dec 2009 07:27:33 +0000 (07:27 +0000)
committertakamaru <takamaru@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Thu, 17 Dec 2009 07:27:33 +0000 (07:27 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@9213 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/unit_tests/replication_test/replication_test.cpp

index 1852d22..4a6551c 100644 (file)
@@ -7,14 +7,12 @@
 #include    <malloc.h>
 #include    <boost/algorithm/string.hpp>
 
-#define     TARGET_IP_V4        "10.144.169.70"
-//#define     TARGET_IP_V6        "[fe80::213:21ff:feb5:555a%eth0]"
-#define     TARGET_IP_V6        "[2001::10]"
+#define     TARGET_IP_V4        "127.0.0.1"
+#define     TARGET_IP_V6        "[::1]"
 #define     TARGET_HOSTNAME     "um08"
 #define     REPLICATION_PORT    "40000"
-#define     RECV_IP_V4          "10.144.169.70"
-//#define     RECV_IP_V6          "[fe80::213:21ff:feb5:555a%eth0]"
-#define     RECV_IP_V6          "[2001::10]"
+#define     RECV_IP_V4          "127.0.01"
+#define     RECV_IP_V6          "[::1]"
 
 int get_string_stubmode = 0;
 int get_int_stubmode = 0;