[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 <fubar@us.ibm.com> Signed-off-by:
Jeff Garzik <jeff@garzik.org>
Showing
- Documentation/networking/bonding.txt 59 additions, 0 deletionsDocumentation/networking/bonding.txt
- drivers/net/bonding/bond_main.c 176 additions, 6 deletionsdrivers/net/bonding/bond_main.c
- drivers/net/bonding/bond_sysfs.c 54 additions, 0 deletionsdrivers/net/bonding/bond_sysfs.c
- drivers/net/bonding/bonding.h 29 additions, 3 deletionsdrivers/net/bonding/bonding.h
- include/linux/if.h 1 addition, 0 deletionsinclude/linux/if.h
- include/linux/netdevice.h 6 additions, 1 deletioninclude/linux/netdevice.h
Loading
Please register or sign in to comment