4
0
Эх сурвалжийг харах

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>
Florian Haas 14 жил өмнө
parent
commit
178d09ed85

+ 1 - 1
conf/corosync.conf.example

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