Re: [PATCH v3 net-next] bonding: extend bond_arp_send_all to bridge devices

2012-11-06 Thread Chris J Arges
On 11/05/2012 04:45 PM, Jay Vosburgh wrote: > Chris J Arges wrote: > >> ARP monitoring does not work when we have a network in the >> following configuration: >> >> eth0+ +bond0.100br0-100---{+virtual machines >> | | >> +bond0+br0---(fixed IP)->--{LAN arp

Re: [PATCH v3 net-next] bonding: extend bond_arp_send_all to bridge devices

2012-11-05 Thread Jay Vosburgh
Chris J Arges wrote: >ARP monitoring does not work when we have a network in the >following configuration: > >eth0+ +bond0.100br0-100---{+virtual machines > | | > +bond0+br0---(fixed IP)->--{LAN arp_ip_target} > | | >eth1+ +bond0.200b

[PATCH v3 net-next] bonding: extend bond_arp_send_all to bridge devices

2012-11-05 Thread Chris J Arges
ARP monitoring does not work when we have a network in the following configuration: eth0+ +bond0.100br0-100---{+virtual machines | | +bond0+br0---(fixed IP)->--{LAN arp_ip_target} | | eth1+ +bond0.200br0-200---{+virtual machines Th