Re: [Openais] [PATCH] Check for a properly configured multicast address.

2010-09-27 Thread Angus Salkeld
On Mon, Sep 27, 2010 at 02:43:42PM -0700, Steven Dake wrote: > On 09/27/2010 02:19 PM, Angus Salkeld wrote: > >If we are not in the range 224.0.0.0 -> 239.255.255.255 then exit > >with a configuration error. (mcastaddr is not a correct multicast address.) > > > >-Angus > > > >Signed-off-by: Angus

Re: [Openais] [PATCH] Check for a properly configured multicast address.

2010-09-27 Thread Steven Dake
On 09/27/2010 02:19 PM, Angus Salkeld wrote: > If we are not in the range 224.0.0.0 -> 239.255.255.255 then exit > with a configuration error. (mcastaddr is not a correct multicast address.) > > -Angus > > Signed-off-by: Angus Salkeld > --- > exec/totemconfig.c |4 > exec

[Openais] [PATCH] Check for a properly configured multicast address.

2010-09-27 Thread Angus Salkeld
If we are not in the range 224.0.0.0 -> 239.255.255.255 then exit with a configuration error. (mcastaddr is not a correct multicast address.) -Angus Signed-off-by: Angus Salkeld --- exec/totemconfig.c |4 exec/totemip.c | 18 ++ include