aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-04-19 10:06:52 -0400
committerPatrick McHardy <kaber@trash.net>2010-04-19 10:06:52 -0400
commitcd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (patch)
tree949741c18227ae46f841501507ad440f35e659e5 /net/ipv4/ip_output.c
parentf3c5c1bfd430858d3a05436f82c51e53104feb6b (diff)
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/ip_output.c')
-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 0abfddec1e2..f09135e1e14 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -309,7 +309,6 @@ int ip_output(struct sk_buff *skb)
309 ip_finish_output, 309 ip_finish_output,
310 !(IPCB(skb)->flags & IPSKB_REROUTED)); 310 !(IPCB(skb)->flags & IPSKB_REROUTED));
311} 311}
312EXPORT_SYMBOL_GPL(ip_output);
313 312
314int ip_queue_xmit(struct sk_buff *skb, int ipfragok) 313int ip_queue_xmit(struct sk_buff *skb, int ipfragok)
315{ 314{