From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Aleksandrov Subject: [PATCH net 0/2] bridge: netlink: add missing policy entries and sizes Date: Tue, 4 Aug 2015 19:06:31 +0200 Message-ID: <1438707993-14561-1-git-send-email-razor@blackwall.org> Cc: Nikolay Aleksandrov , bridge@lists.linux-foundation.org, kyeyoonp@codeaurora.org, jouni@codeaurora.org, davem@davemloft.net To: netdev@vger.kernel.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: bridge-bounces@lists.linux-foundation.org Errors-To: bridge-bounces@lists.linux-foundation.org List-Id: netdev.vger.kernel.org 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