Were does the packed cloned by iptables-mod-tee go after cloning when I add a rule like this ?:
iptables -t mangle -A POSTROUTING -o eth2 -j TEE --gateway 192.168.0.3 Please refer to the diagram below. I think it is obvious that with the command above, the iptables-mod-tee module uses the POSTROUTING chain of the mangle table as the cloning source but what happens with the packet after it is cloned ? i.e. to which chain and table does the clone go to ?
EDIT: Added a red dashed line to the diagram above, to depict the cloned packet's path described in the answer.

