From: Florian Westphal Date: Tue, 10 Mar 2015 09:36:48 +0000 (+0100) Subject: netfilter: bridge: remove BRNF_STATE_BRIDGED flag X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~165^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4bb9bcbfb7d67431dfd49860f62770a7f40193b;p=pandora-kernel.git netfilter: bridge: remove BRNF_STATE_BRIDGED flag Its not needed anymore since 2bf540b73ed5b ([NETFILTER]: bridge-netfilter: remove deferred hooks). Before this it was possible to have physoutdev set for locally generated packets -- this isn't the case anymore: BRNF_STATE_BRIDGED flag is set when we assign nf_bridge->physoutdev, so physoutdev != NULL means BRNF_STATE_BRIDGED is set. If physoutdev is NULL, then we are looking at locally-delivered and routed packet. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed