Looking at the kernel messages it looks like br0 is not able to send out arp notifications.
The question is:
1. Can we do that since we also have br0-{1,2}00 hook up to bond.100 and bond.200 ?
2. Also looking at the /etc/network/interfaces configuration example the vlans does not have an ip address which may play a role as per the bonding.txt documentation [1].
"
One gratuitous ARP is issued for the bonding master
interface and each VLAN interfaces configured above
it, provided that the interface has at least one IP
address configured. Gratuitous ARPs issued for VLAN
interfaces are tagged with the appropriate VLAN id.
"
Looking at the kernel messages it looks like br0 is not able to send out arp notifications.
The question is:
1. Can we do that since we also have br0-{1,2}00 hook up to bond.100 and bond.200 ? interfaces configuration example the vlans does not have an ip address which may play a role as per the bonding.txt documentation [1].
2. Also looking at the /etc/network/
"
One gratuitous ARP is issued for the bonding master
interface and each VLAN interfaces configured above
it, provided that the interface has at least one IP
address configured. Gratuitous ARPs issued for VLAN
interfaces are tagged with the appropriate VLAN id.
"
[1] - http:// www.kernel. org/doc/ Documentation/ networking/ bonding. txt