From 9ad14156c6d2d06a438a7d5b2b4ee5d9b0dfc25b Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 19 May 2010 05:26:13 +0000 Subject: [PATCH] This patch updates the wording for the bindnetaddr option in corosync.conf to explicitly state that you need to use the network address, as opposed to "should always end in zero", which is only correct for class C networks. Regards, Tim -- Tim Serong git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2856 fd59a12c-fef9-0310-b244-a6a79926bd2f --- man/corosync.conf.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/man/corosync.conf.5 b/man/corosync.conf.5 index 8e5b8368..15cff180 100644 --- a/man/corosync.conf.5 +++ b/man/corosync.conf.5 @@ -88,9 +88,11 @@ ring. The ringnumber must start at 0. .TP bindnetaddr -This specifies the address which the corosync executive should bind. -This address should always end in zero. If the totem traffic should -be routed over 192.168.5.92, set bindnetaddr to 192.168.5.0. +This specifies the network address the corosync executive should bind +to. For example, if the local interface is 192.168.5.92 with netmask +255.255.255.0, set bindnetaddr to 192.168.5.0. If the local interface +is 192.168.5.92 with netmask 255.255.255.192, set bindnetaddr to +192.168.5.64, and so forth. This may also be an IPV6 address, in which case IPV6 networking will be used. In this case, the full address must be specified and there is no automatic