OSDN Git Service

replication unit_test 修正
authortakamaru <takamaru@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Tue, 15 Dec 2009 12:14:24 +0000 (12:14 +0000)
committertakamaru <takamaru@1ed66053-1c2d-0410-8867-f7571e6e31d3>
Tue, 15 Dec 2009 12:14:24 +0000 (12:14 +0000)
git-svn-id: http://10.144.169.20/repos/um/branches/l7vsd-3.x-ramiel@9161 1ed66053-1c2d-0410-8867-f7571e6e31d3

l7vsd/unit_tests/replication_test/replication_test.cpp

index 2591acd..1852d22 100644 (file)
@@ -8,13 +8,13 @@
 #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_V6        "[fe80::213:21ff:feb5:555a%eth0]"
+#define     TARGET_IP_V6        "[2001::10]"
 #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_V6          "[fe80::213:21ff:feb5:555a%eth0]"
+#define     RECV_IP_V6          "[2001::10]"
 
 int get_string_stubmode = 0;
 int get_int_stubmode = 0;