From: Ana Rey Date: Wed, 6 Aug 2014 11:52:49 +0000 (+0200) Subject: netfilter: nft_meta: add pkttype support X-Git-Tag: fixes-against-v3.18-rc2~81^2~101^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a093ff0dbfa4c5d99f25241cf33325e9691d91;p=pandora-kernel.git netfilter: nft_meta: add pkttype support Add pkttype support for ip, ipv6 and inet families of tables. This allows you to fetch the meta packet type based on the link layer information. The loopback traffic is a special case, the packet type is guessed from the network layer header. No special handling for bridge and arp since we're not going to see such traffic in the loopback interface. Joint work with Alvaro Neira Ayuso Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Ana Rey Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed