patch-2.4.23 linux-2.4.23/drivers/net/bonding/bond_alb.h
Next file: linux-2.4.23/drivers/net/bonding/bond_main.c
Previous file: linux-2.4.23/drivers/net/bonding/bond_alb.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-11-28 10:26:20.000000000 -0800
- Orig file:
linux-2.4.22/drivers/net/bonding/bond_alb.h
- Orig date:
2003-08-25 04:44:42.000000000 -0700
diff -urN linux-2.4.22/drivers/net/bonding/bond_alb.h linux-2.4.23/drivers/net/bonding/bond_alb.h
@@ -17,6 +17,13 @@
*
* The full GNU General Public License is included in this distribution in the
* file called LICENSE.
+ *
+ *
+ * Changes:
+ *
+ * 2003/08/06 - Amir Noam <amir.noam at intel dot com>
+ * - Add support for setting bond's MAC address with special
+ * handling required for ALB/TLB.
*/
#ifndef __BOND_ALB_H__
@@ -122,6 +129,7 @@
void bond_alb_assign_current_slave(struct bonding *bond, struct slave *new_slave);
int bond_alb_xmit(struct sk_buff *skb, struct net_device *dev);
void bond_alb_monitor(struct bonding *bond);
+int bond_alb_set_mac_address(struct net_device *dev, void *addr);
#endif /* __BOND_ALB_H__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)