mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* br_stp_if.c
@ 2006-09-18 13:47 Echo.Li
  0 siblings, 0 replies; only message in thread
From: Echo.Li @ 2006-09-18 13:47 UTC (permalink / raw)
  To: linux-kernel

Hi.
I read the bridge code of linux kernel. But now I meet a puzzle.  
In file net/bridge/br_stp_if.c line 157
Void br_stp_recalculate_bridge_id() {
….
List_for_each_entry(p, &br->port_list, list) {
     If (addr==br_mac_zeor ||
     Memcmp(p->dev->dev_addr, addr, ETH_ALEN) <0)  //why to find the min of
all macs????
         Add = p->dev->dev_addr;
}
…
}

Who can answer my question? Thanks very much!!!!

BR,
Echo



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-18 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-18 13:47 br_stp_if.c Echo.Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®