From: Hans Schillstrom Date: Mon, 23 Apr 2012 03:35:26 +0000 (+0000) Subject: netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() X-Git-Tag: v3.5-rc1~109^2~138^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84018f55ab883f03d41ec3c9ac7f0cc80830b20f;p=pandora-kernel.git netfilter: ip6_tables: add flags parameter to ipv6_find_hdr() This patch adds the flags parameter to ipv6_find_hdr. This flags allows us to: * know if this is a fragment. * stop at the AH header, so the information contained in that header can be used for some specific packet handling. This patch also adds the offset parameter for inspection of one inner IPv6 header that is contained in error messages. Signed-off-by: Hans Schillstrom Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed