patch-2.3.35 linux/net/bridge/br_tree.c
Next file: linux/net/core/dev.c
Previous file: linux/net/bridge/br.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Tue Dec 21 10:17:31 1999
- Orig file:
v2.3.34/linux/net/bridge/br_tree.c
- Orig date:
Sun Mar 7 15:25:23 1999
diff -u --recursive --new-file v2.3.34/linux/net/bridge/br_tree.c linux/net/bridge/br_tree.c
@@ -492,7 +492,8 @@
port_info[port].fdb = NULL;
/* remove the local mac too */
- next = br_avl_find_addr(port_info[port].dev->dev_addr);
+/* next = br_avl_find_addr(port_info[port].dev->dev_addr); */
+ next = br_avl_find_addr(port_info[port].ifmac.BRIDGE_ID_ULA);
if (next != NULL)
br_avl_remove(next);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)