From eeacacc0d351a25fb73b0fd2dd067b4d8681e07d Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 15 Mar 2011 17:06:24 +0000 Subject: [PATCH] Add comments to topology file about ipv6 configuration. Patch by Eric Tamme, reviewed by brandonwilliams for CASSANDRA-2329 git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1081859 13f79535-47bb-0310-9956-ffa450edef68 --- conf/cassandra-topology.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/cassandra-topology.properties b/conf/cassandra-topology.properties index 28c42f1f15..d1423d4232 100644 --- a/conf/cassandra-topology.properties +++ b/conf/cassandra-topology.properties @@ -35,3 +35,7 @@ # default for unknown nodes default=DC1:r1 +# Native IPv6 is supported, however you must escape the colon in the IPv6 Address +# Also be sure to comment out JVM_OPTS="$JVM_OPTS -Djava.net.preferIPv4Stack=true" +# in cassandra-env.sh +fe80\:0\:0\:0\:202\:b3ff\:fe1e\:8329=DC1:RAC3