Re: [PATCH] bonding: Gratuitous ARP gets dropped when first slave added

2015-08-12 Thread David Miller
From: Venkat Venkatsubra Date: Tue, 11 Aug 2015 07:57:23 -0700 > When the first slave is added (such as during bootup) the first > gratuitous ARP gets dropped. We don't see this drop during a failover. > The packet gets dropped in qdisc (noop_enqueue). > > The fix is to delay the sending of grat

[PATCH] bonding: Gratuitous ARP gets dropped when first slave added

2015-08-11 Thread Venkat Venkatsubra
When the first slave is added (such as during bootup) the first gratuitous ARP gets dropped. We don't see this drop during a failover. The packet gets dropped in qdisc (noop_enqueue). The fix is to delay the sending of gratuitous ARPs till the bond dev's carrier is present. It can also be worked