فهرست منبع

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>
(cherry picked from commit 178d09ed85d117b8eb5533022e4b61e9d1758856)
Florian Haas 14 سال پیش
والد
کامیت
fbaf01a879
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      conf/corosync.conf.example

+ 1 - 1
conf/corosync.conf.example

@@ -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
 	}