diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-04-19 10:06:52 -0400 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-04-19 10:06:52 -0400 |
commit | cd58bcd9787ef4c16ab6e442c4f1bf3539b3ab39 (patch) | |
tree | 949741c18227ae46f841501507ad440f35e659e5 /net/ipv4/ip_output.c | |
parent | f3c5c1bfd430858d3a05436f82c51e53104feb6b (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 0abfddec1e26..f09135e1e14f 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 | } |
312 | EXPORT_SYMBOL_GPL(ip_output); | ||
313 | 312 | ||
314 | int ip_queue_xmit(struct sk_buff *skb, int ipfragok) | 313 | int ip_queue_xmit(struct sk_buff *skb, int ipfragok) |
315 | { | 314 | { |