Re: STP id selection

2012-01-22 Thread Nikos Vassiliadis
On 1/22/2012 9:29 AM, Adrian Chadd wrote: On 21 January 2012 05:37, Nikos Vassiliadis wrote: Hi, The current code in bridgestp.c finds the lower MAC address from all available ethernets and uses it as the STP id. This is problematic when more than one STP bridges participate in the same STP d

Re: STP id selection

2012-01-21 Thread Adrian Chadd
On 21 January 2012 05:37, Nikos Vassiliadis wrote: > Hi, > > The current code in bridgestp.c finds the lower MAC address from all > available ethernets and uses it as the STP id. This is problematic when > more than one STP bridges participate in the same STP domain because > more than one bridge

STP id selection

2012-01-21 Thread Nikos Vassiliadis
Hi, The current code in bridgestp.c finds the lower MAC address from all available ethernets and uses it as the STP id. This is problematic when more than one STP bridges participate in the same STP domain because more than one bridges will use the same id. A similar fix was applied to the OpenBS