From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Nikolay Aleksandrov Date: Tue, 4 Aug 2015 19:06:31 +0200 Message-Id: <1438707993-14561-1-git-send-email-razor@blackwall.org> Subject: [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: netdev@vger.kernel.org Cc: Nikolay Aleksandrov , bridge@lists.linux-foundation.org, kyeyoonp@codeaurora.org, jouni@codeaurora.org, davem@davemloft.net 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(+) -- 2.4.3