Re: PATCH: br_stp.c:271: ignoring BPDUs if cost goes up

2006-08-30 Thread Stephen Hemminger
Here is a comparison of the existing implementation against 802.1d standard pseudo-code. /* Spec */ Boolean supersedes_port_info(port_no, config) /* (8.6.2.2) */ Int port_no; Config_bpdu *config; { return config->root_id < port_info[port_no].designated_root /* (8.6.2.2 a) */

Re: PATCH: br_stp.c:271: ignoring BPDUs if cost goes up

2006-08-30 Thread Stephen Hemminger
On Wed, 30 Aug 2006 11:04:36 -0700 Brian Braunstein <[EMAIL PROTECTED]> wrote: > PATCH > problem at: br_stp.c:271 > problem: ignoring BPDUs if cost goes up > > i was refered to email these addresses by the bridging code author. > > please see the full problem description and patch at: > http://m

Re: PATCH: br_stp.c:271: ignoring BPDUs if cost goes up

2006-08-30 Thread Stephen Hemminger
On Wed, 30 Aug 2006 11:04:36 -0700 Brian Braunstein <[EMAIL PROTECTED]> wrote: > PATCH > problem at: br_stp.c:271 > problem: ignoring BPDUs if cost goes up > > i was refered to email these addresses by the bridging code author. > > please see the full problem description and patch at: > http://m

PATCH: br_stp.c:271: ignoring BPDUs if cost goes up

2006-08-30 Thread Brian Braunstein
PATCH problem at: br_stp.c:271 problem: ignoring BPDUs if cost goes up i was refered to email these addresses by the bridging code author. please see the full problem description and patch at: http://mesh.calit2.net/calmesh/one/linux_kernel_modifications/bridge_ignoring_bpdus/ if you would like