diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-04-19 16:06:52 +0200 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-04-19 16:06:52 +0200 |
commit | cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (patch) | |
tree | 949741c18227ae46f841501507ad440f35e659e5 /net/ipv6 | |
parent | f3c5c1bfd430858d3a05436f82c51e53104feb6b (diff) | |
download | linux-3.10-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.tar.gz linux-3.10-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.tar.bz2 linux-3.10-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.zip |
netfilter: xt_TEE: have cloned packet travel through Xtables too
Since Xtables is now reentrant/nestable, the cloned packet can also go
through Xtables and be subject to rules itself.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/ip6_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index d09be7ff873..c10a38a71a5 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -176,7 +176,6 @@ int ip6_output(struct sk_buff *skb) ip6_finish_output, !(IP6CB(skb)->flags & IP6SKB_REROUTED)); } -EXPORT_SYMBOL_GPL(ip6_output); /* * xmit an sk_buff (used by TCP) |