From: Pablo Neira Ayuso Date: Fri, 6 Apr 2012 16:12:54 +0000 (+0200) Subject: netfilter: ip6_tables: ip6t_ext_hdr is now static inline X-Git-Tag: v3.4-rc3~32^2~7^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95ad2f873d5d404dc9ebc2377de0b762346346c0;p=pandora-kernel.git netfilter: ip6_tables: ip6t_ext_hdr is now static inline We may hit this in xt_LOG: net/built-in.o:xt_LOG.c:function dump_ipv6_packet: error: undefined reference to 'ip6t_ext_hdr' happens with these config options: CONFIG_NETFILTER_XT_TARGET_LOG=y CONFIG_IP6_NF_IPTABLES=m ip6t_ext_hdr is fairly small and it is called in the packet path. Make it static inline. Reported-by: Simon Kirby Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed