Files
linux-st/include/linux
Pablo Neira Ayuso 95ad2f873d 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 <sim@netnation.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-04-09 16:29:34 +02:00
..
2012-03-29 15:38:31 +10:30
2012-03-28 18:30:03 +01:00
2012-03-27 22:45:26 -04:00
2012-03-28 17:19:28 -07:00
2012-04-03 17:23:23 -04:00
2012-03-28 18:30:03 +01:00
2012-03-28 17:14:35 -07:00
2012-03-28 18:30:03 +01:00
2012-03-31 08:09:50 +05:30
2012-03-28 18:30:03 +01:00