Re: [PATCH next] ipvlan: always use the current L2 addr of the master

2017-10-12 Thread David Miller
From: Mahesh Bandewar Date: Wed, 11 Oct 2017 17:16:26 -0700 > From: Mahesh Bandewar > > If the underlying master ever changes its L2 (e.g. bonding device), > then make sure that the IPvlan slaves always emit packets with the > current L2 of the master instead of the stale mac addr which was > c

[PATCH next] ipvlan: always use the current L2 addr of the master

2017-10-11 Thread Mahesh Bandewar
From: Mahesh Bandewar If the underlying master ever changes its L2 (e.g. bonding device), then make sure that the IPvlan slaves always emit packets with the current L2 of the master instead of the stale mac addr which was copied during the device creation. The problem can be seen with following s