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) */
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
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
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