aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_output.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-04-19 16:06:52 +0200
committerPatrick McHardy <kaber@trash.net>2010-04-19 16:06:52 +0200
commitcd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (patch)
tree949741c18227ae46f841501507ad440f35e659e5 /net/ipv6/ip6_output.c
parentf3c5c1bfd430858d3a05436f82c51e53104feb6b (diff)
downloadkernel_samsung_smdk4412-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.zip
kernel_samsung_smdk4412-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.tar.gz
kernel_samsung_smdk4412-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.tar.bz2
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/ip6_output.c')
-rw-r--r--net/ipv6/ip6_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c
index d09be7f..c10a38a 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)