summaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-04-19 14:06:52 (GMT)
committerPatrick McHardy <kaber@trash.net>2010-04-19 14:06:52 (GMT)
commitcd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (patch)
tree949741c18227ae46f841501507ad440f35e659e5 /net/ipv4
parentf3c5c1bfd430858d3a05436f82c51e53104feb6b (diff)
downloadlinux-fsl-qoriq-cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39.tar.xz
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/ipv4')
-rw-r--r--net/ipv4/ip_output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 0abfdde..f09135e 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -309,7 +309,6 @@ int ip_output(struct sk_buff *skb)
ip_finish_output,
!(IPCB(skb)->flags & IPSKB_REROUTED));
}
-EXPORT_SYMBOL_GPL(ip_output);
int ip_queue_xmit(struct sk_buff *skb, int ipfragok)
{