Skip to content

Commit

Permalink
Fix the IPv6 note in Network Configuration page (#817)
Browse files Browse the repository at this point in the history
* fix the IPv6 note in network configuration page

* Apply suggestions from code review

Co-authored-by: angelasimms <[email protected]>

---------

Co-authored-by: angelasimms <[email protected]>
  • Loading branch information
semihbkgr and angelasimms authored Aug 11, 2023
1 parent f9c9825 commit eade46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/clusters/pages/network-configuration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -587,10 +587,10 @@ system property.

See also additional http://docs.oracle.com/javase/1.5.0/docs/guide/net/ipv6_guide/[details on IPv6 support in Java^].

NOTE: IPv6 support has been switched off by default, since some platforms have issues
using the IPv6 stack. Some other platforms such as Amazon AWS have no support at all.
To enable IPv6 support, just set configuration property `hazelcast.prefer.ipv4.stack`
to *false*. See the xref:ROOT:system-properties.adoc[System Properties appendix] for details.
NOTE: By default, IPv6 support has been switched off. Some platforms have issues
using the IPv6 stack. Other platforms have no IPv6 support at all. To enable IPv6 support,
just set the configuration property `hazelcast.prefer.ipv4.stack` to `false`.
See the xref:ROOT:system-properties.adoc[System Properties appendix] for details.

[[member-address-provides-spi]]
== Member Address Provider SPI
Expand Down

0 comments on commit eade46a

Please sign in to comment.