From: Florian Westphal Date: Thu, 2 Apr 2015 12:31:44 +0000 (+0200) Subject: netfilter: bridge: start splitting mask into public/private chunks X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~38^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3eaf402502e49ad9c58c73e8599c7c4f345d62da;p=pandora-kernel.git netfilter: bridge: start splitting mask into public/private chunks ->mask is a bit info field that mixes various use cases. In particular, we have flags that are mutually exlusive, and flags that are only used within br_netfilter while others need to be exposed to other parts of the kernel. Remove BRNF_8021Q/PPPoE flags. They're mutually exclusive and only needed within br_netfilter context. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed