From: Mahesh Bandewar <mah...@bandewar.net> Date: Thu, 7 Dec 2017 15:15:43 -0800
> From: Mahesh Bandewar <mahe...@google.com> > > Packets that don't have dest mac as the mac of the master device should > not be entertained by the IPvlan rx-handler. This is mostly true as the > packet path mostly takes care of that, except when the master device is > a virtual device. As demonstrated in the following case - ... > This patch adds that missing check in the IPvlan rx-handler. > > Reported-by: Amit Sikka <amit.si...@ericsson.com> > Signed-off-by: Mahesh Bandewar <mahe...@google.com> Applied, but it's a shame that the data plane takes on this new MAC compare operation.