mirror of https://github.com/apache/cassandra
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
This commit is contained in:
parent
5eb724aa83
commit
eeacacc0d3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue