diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-04-06 18:12:54 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2012-04-09 16:29:34 +0200 |
commit | 95ad2f873d5d404dc9ebc2377de0b762346346c0 (patch) | |
tree | 61a2b1897a62e245729667844204bbef01be2573 /net/ipv6/fib6_rules.c | |
parent | 6ee0b693bdb8ec56689e0d1cc533b16466fda048 (diff) | |
download | lwn-95ad2f873d5d404dc9ebc2377de0b762346346c0.tar.gz lwn-95ad2f873d5d404dc9ebc2377de0b762346346c0.zip |
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>
Diffstat (limited to 'net/ipv6/fib6_rules.c')
0 files changed, 0 insertions, 0 deletions