aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2006-09-20 11:59:42 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-09-22 15:19:51 -0700
commit9123de2c043996050bacf77031cad845f5976f5d (patch)
treef6b20a74b75cca066d6ba6837d57fa82efe2a017 /include/linux/netfilter_ipv6.h
parent[NETFILTER]: xt_limit: don't reset state on unrelated rule updates (diff)
downloadlinux-dev-9123de2c043996050bacf77031cad845f5976f5d.tar.xz
linux-dev-9123de2c043996050bacf77031cad845f5976f5d.zip
[NETFILTER]: ip6table_mangle: reroute when nfmark changes in NF_IP6_LOCAL_OUT
Now that IPv6 supports policy routing we need to reroute in NF_IP6_LOCAL_OUT when the mark value changes. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netfilter_ipv6.h')
-rw-r--r--include/linux/netfilter_ipv6.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter_ipv6.h b/include/linux/netfilter_ipv6.h
index 52a7b9e76428..d97e268cdfe5 100644
--- a/include/linux/netfilter_ipv6.h
+++ b/include/linux/netfilter_ipv6.h
@@ -73,6 +73,7 @@ enum nf_ip6_hook_priorities {
};
#ifdef CONFIG_NETFILTER
+extern int ip6_route_me_harder(struct sk_buff *skb);
extern unsigned int nf_ip6_checksum(struct sk_buff *skb, unsigned int hook,
unsigned int dataoff, u_int8_t protocol);