diff options
author | Patrick McHardy <kaber@trash.net> | 2006-09-20 14:59:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 18:19:51 -0400 |
commit | 9123de2c043996050bacf77031cad845f5976f5d (patch) | |
tree | f6b20a74b75cca066d6ba6837d57fa82efe2a017 /include/net | |
parent | 57dab5d0bfee21663ed20222b4cedeb0655ba1f3 (diff) |
[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/net')
-rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 297909570041..6ca6b71dfe0f 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -57,8 +57,6 @@ extern void ip6_route_input(struct sk_buff *skb); | |||
57 | extern struct dst_entry * ip6_route_output(struct sock *sk, | 57 | extern struct dst_entry * ip6_route_output(struct sock *sk, |
58 | struct flowi *fl); | 58 | struct flowi *fl); |
59 | 59 | ||
60 | extern int ip6_route_me_harder(struct sk_buff *skb); | ||
61 | |||
62 | extern void ip6_route_init(void); | 60 | extern void ip6_route_init(void); |
63 | extern void ip6_route_cleanup(void); | 61 | extern void ip6_route_cleanup(void); |
64 | 62 | ||