Re: [Bridge] [PATCH net-next v3 0/2] net: bridge: add per-port unknown multicast flood control

2016-09-01 Thread David Miller
From: Nikolay Aleksandrov Date: Wed, 31 Aug 2016 15:36:50 +0200 > The first patch prepares the forwarding path by having the exact packet > type passed down so we can later filter based on it and the per-port > unknown mcast flood flag introduced in the second patch.

[Bridge] [PATCH net-next v3 0/2] net: bridge: add per-port unknown multicast flood control

2016-08-31 Thread Nikolay Aleksandrov via Bridge
Hi, The first patch prepares the forwarding path by having the exact packet type passed down so we can later filter based on it and the per-port unknown mcast flood flag introduced in the second patch. It is similar to how the per-port unknown unicast flood flag works. Nice side-effects of patch