Re: [PATCH 6/7] bonding: Add priv_flag to avoid event mishandling

2006-09-04 Thread Pawel Foremski
Jay Vosburgh wrote: Add priv_flag to specifically identify bonding-involved devices. Needed because IFF_MASTER is an unreliable identifier (vlan interfaces above bonding will inherit IFF_MASTER). Misidentification of devices would cause notifier events for other devices to be erroneously

[PATCH 6/7] bonding: Add priv_flag to avoid event mishandling

2006-09-01 Thread Jay Vosburgh
Add priv_flag to specifically identify bonding-involved devices. Needed because IFF_MASTER is an unreliable identifier (vlan interfaces above bonding will inherit IFF_MASTER). Misidentification of devices would cause notifier events for other devices to be erroneously processed by bonding,