From: Jay Vosburgh Date: Sat, 23 Sep 2006 04:54:53 +0000 (-0700) Subject: [PATCH] bonding: Validate probe replies in ARP monitor X-Git-Tag: v2.6.19-rc1~897^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5b2b966f032f22d3a289045a5afd4afa09f09c6;p=pandora-kernel.git [PATCH] bonding: Validate probe replies in ARP monitor Add logic to check ARP request / reply packets used for ARP monitor link integrity checking. The current method simply examines the slave device to see if it has sent and received traffic; this can be fooled by extraneous traffic. For example, if multiple hosts running bonding are behind a common switch, the probe traffic from the multiple instances of bonding will update the tx/rx times on each other's slave devices. Signed-off-by: Jay Vosburgh Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed