On Mon, 23 Jun 2014 16:33:35 +0200 Maxime Bizon <mbizon@xxxxxxxxxx> wrote: > The bridge code only set PACKET_HOST on packets sent to the bridge mac > address, packets sent to other local mac addresses are sent to upper > layers, but ignored because they are marked as PACKET_OTHERHOST. > > Signed-off-by: Maxime Bizon <mbizon@xxxxxxxxxx> What are you trying to do? Bridge device itself only has one MAC address. Are you trying to run macvlan on top of bridge? We only respond to ARP with bridge's MAC address.