Re: [Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-10-12 Thread Maxime Bizon
On Thursday 26 Jun 2014 à 13:35:50 (-0700), David Miller wrote: > > for some reasons, hostapd kept adding and removing the interface from > > the bridge, triggering a mac address of the bridge change each time (I > > did not notice that). > > I think this is what you need to investigate rather t

Re: [Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-10-12 Thread Maxime Bizon
On Wed, 2014-06-25 at 16:13 -0700, Stephen Hemminger 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-

[Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-10-12 Thread Maxime Bizon
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 --- net/bridge/br_input.c |1 + 1 file changed, 1 insertion

Re: [Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-06-26 Thread David Miller
From: Maxime Bizon Date: Thu, 26 Jun 2014 13:15:52 +0200 > for some reasons, hostapd kept adding and removing the interface from > the bridge, triggering a mac address of the bridge change each time (I > did not notice that). I think this is what you need to investigate rather than making change

Re: [Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-06-25 Thread Stephen Hemminger
On Mon, 23 Jun 2014 16:33:35 +0200 Maxime Bizon 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 Bizo

Re: [Bridge] [PATCH] bridge: mark packets sent to any local mac address as PACKET_HOST

2014-06-25 Thread David Miller
From: Maxime Bizon Date: Mon, 23 Jun 2014 16:33:35 +0200 > 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 Bi