call NF_HOOK_THRESH(), choise the correct oknf() function, to finish the following hook. 2006/3/1, Calvin Hubble <calvin.hubble@xxxxxxxxx>: > I have yet to find any resource that answers this question. If I have > a kernel module that registers a callback with netfilter and steals a > packet during the NF_IP_PRE_ROUTING stage, How can I re-insert this > packet on the network stack, (before the ip routing stage) so it is > forwarded back out on the correct device? > > Thanks > >