Tool/software: Linux
Hi,
we are trying to setup the linux bonding driver over the physical eth0/eth1 of AM572x and using VLANs on the bonded interfaces. The AM57x is setup to the dual standalone emac mode.
We are trying to achieve
"Bonding for High Availability" (see link)
and specifically
"High Availability in a Multiple Switch Topology" (see link)
In this mode one eth is active, the second is disable and does not accept nor send packets.
After all is set up we can see following behavior:
ARP broadcasts sent to the backup (i.e. inactive) eth interface are forwarded to the active eth interface causing a loop in the network infrastructure.
Is there any configuration to disable this loop?