hello, folks.
 
I'm writing a netfilter module program.
 
the purpose of this program is forwarding a packet according to the ip address or port # of incoming packet.
 
for example, if the port # of incoming packet is 9999, i want to forward this packet to 210.107.xxx.yyy.
 
Anyway, I hooked incoming packet
 
but after checking the port/ip addr I cannot forwarding it directly to specifiedl ip address.
 
is there anyone who know the way how to forward packet directly??
 
Thanks very much in advance..
 
-leeky-