|
@@ -9,12 +9,12 @@
|
|
|
<!--
|
|
<!--
|
|
|
totem tag configures behavior of totem and interfaces.
|
|
totem tag configures behavior of totem and interfaces.
|
|
|
|
|
|
|
|
- secauth:
|
|
|
|
|
- Enable mutual node authentication. If you choose to
|
|
|
|
|
- enable this ("on"), then do remember to create a shared
|
|
|
|
|
|
|
+ cypto_cipher and crypto_hash:
|
|
|
|
|
+ Used for mutual node authentication. If you choose to
|
|
|
|
|
+ enable this, then do remember to create a shared
|
|
|
secret with "corosync-keygen".
|
|
secret with "corosync-keygen".
|
|
|
-->
|
|
-->
|
|
|
-<totem version="2" secauth="off">
|
|
|
|
|
|
|
+<totem version="2" crypto_cipher="none" crypto_hash="none">
|
|
|
<!--
|
|
<!--
|
|
|
interface tag to define at least one interface to communicate
|
|
interface tag to define at least one interface to communicate
|
|
|
over. If you define more than one interface stanza, you must
|
|
over. If you define more than one interface stanza, you must
|