corosync.conf.example: change mcastaddr

Change suggested mcastaddr to one in the 239.255.0.0/16
pseudo-subnet. Multicast addresses outside 239.x.x.x may be IANA
registered and can clash with other services present on the
network. Suggest an address defined as part of the multicast IPv4
Local Scope in RFC 2365.

Signed-off-by: Florian Haas <florian.haas@linbit.com>
Reviewed-by: Dan Frincu <dan.frincu@1and1.ro>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
Florian Haas 2011-07-26 18:16:31 +02:00 committed by Steven Dake
parent f85b9448f8
commit 178d09ed85

View File

@ -8,7 +8,7 @@ totem {
interface {
ringnumber: 0
bindnetaddr: 192.168.1.0
mcastaddr: 226.94.1.1
mcastaddr: 239.255.1.1
mcastport: 5405
ttl: 1
}