From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 4 Aug 2015 16:54:14 -0700 From: Stephen Hemminger Message-ID: <20150804165414.0332926d@urahara> In-Reply-To: <1438707993-14561-1-git-send-email-razor@blackwall.org> References: <1438707993-14561-1-git-send-email-razor@blackwall.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net 0/2] bridge: netlink: add missing policy entries and sizes List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nikolay Aleksandrov Cc: Nikolay Aleksandrov , netdev@vger.kernel.org, bridge@lists.linux-foundation.org, kyeyoonp@codeaurora.org, jouni@codeaurora.org, davem@davemloft.net On Tue, 4 Aug 2015 19:06:31 +0200 Nikolay Aleksandrov wrote: > From: Nikolay Aleksandrov > > Hi, > When IFLA_BRPORT_PROXYARP and PROXYARP_WIFI were introduced they weren't > accounted for in the get_slave_size() callback and didn't get a policy > entry, so fix it now. Sending as two separate patches because the first > one goes further back than the second and thus we get 2 different Fixes > tags. > > Cheers, > Nik > > Nikolay Aleksandrov (2): > bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size > and policy > bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI attribute > size and policy > > net/bridge/br_netlink.c | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Stephen Hemminger