From: Florian Westphal Date: Sun, 3 May 2015 20:05:28 +0000 (+0200) Subject: netfilter: bridge: neigh_head and physoutdev can't be used at same time X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~263^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb48c5bc3100f7674a8e26f42c1518196500728;p=pandora-kernel.git netfilter: bridge: neigh_head and physoutdev can't be used at same time The neigh_header is only needed when we detect DNAT after prerouting and neigh cache didn't have a mac address for us. The output port has not been chosen yet so we can re-use the storage area, bringing struct size down to 32 bytes on x86_64. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed