patch-2.2.14 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 Jan  4 10:12:26 2000
-  Orig file: 
v2.2.13/linux/net/bridge/br_tree.c
-  Orig date: 
Sun Mar  7 15:25:23 1999
diff -u --recursive --new-file v2.2.13/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)