summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Haley <brian.haley@hp.com>2009-04-13 00:11:30 -0700
committerChris Wright <chrisw@sous-sol.org>2009-04-27 10:37:05 -0700
commit5f9645212515279c4876ff0200fe7fa51dfb57ce (patch)
tree2ad741f98cc436807ee528cffa39e406d8088899 /Makefile
parent9fc79ab9a371b45166d80ef18411ea47cf8e3195 (diff)
Bonding: fix zero address hole bug in arp_ip_target list
upstream commit: 5a31bec014449dc9ca994e4c1dbf2802b7ca458a Fix a zero address hole bug in the bonding arp_ip_target list that was causing the bond to ignore ARP replies (bugz 13006). Instead of just setting the array entry to zero, we now copy any additional entries down one slot, putting the zero entry at the end. With this change we can now have all the loops that walk the array stop when they hit a zero since there will be no addresses after it. Changes are based in part on code fragment provided in kernel: bugzilla 13006: http://bugzilla.kernel.org/show_bug.cgi?id=13006 by Steve Howard <steve@astutenetworks.com> Signed-off-by: Brian Haley <brian.haley@hp.com> Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions