netfilter: xtables: inclusion of xt_TEE
xt_TEE can be used to clone and reroute a packet. This can for example be used to copy traffic at a router for logging purposes to another dedicated machine. References: http://www.gossamer-threads.com/lists/iptables/devel/68781 Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
committed by
Patrick McHardy
parent
f0d57a54aa
commit
e281b19897
@@ -176,6 +176,7 @@ 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)
|
||||
|
Reference in New Issue
Block a user