Re: [PATCH 1/3] bonding: fix double dev_add_pack

2007-03-06 Thread Jeff Garzik
Jay Vosburgh wrote: Bonding can erroneously register the same packet_type to receive ARPs (for use by ARP validation): once at device open time, and once via sysfs. Since sysfs can change the validate setting (and thus register or unregister) at any time, a flag is needed to synchronize

[PATCH 1/3] bonding: fix double dev_add_pack

2007-02-28 Thread Jay Vosburgh
Bonding can erroneously register the same packet_type to receive ARPs (for use by ARP validation): once at device open time, and once via sysfs. Since sysfs can change the validate setting (and thus register or unregister) at any time, a flag is needed to synchronize with device open in o