Re: [RFC][PATCH V2 1/3] enable bonding to enslave non ARPHRD_ETHER netdevices
From: Or Gerlitz <hidden>
Date: 2006-11-30 11:09:51
From: Or Gerlitz <hidden>
Date: 2006-11-30 11:09:51
Or Gerlitz wrote:
Index: net-2.6.20/drivers/net/bonding/bonding.h ===================================================================--- net-2.6.20.orig/drivers/net/bonding/bonding.h 2006-11-30 10:54:23.000000000 +0200 +++ net-2.6.20/drivers/net/bonding/bonding.h 2006-11-30 10:58:10.000000000 +0200@@ -201,6 +201,7 @@ struct bonding { struct list_head vlan_list; struct vlan_group *vlgrp; struct packet_type arp_mon_pt; + s8 do_set_mac_addr; }; /**
oops - this piece belongs to the second patch, which actually uses the added field, sorry for that. I will fix it for the next version. Or.