From mboxrd@z Thu Jan 1 00:00:00 1970 From: "mud dog" Subject: Re: NF_STOLEN reinsertion Date: Wed, 1 Mar 2006 13:31:46 +0800 Message-ID: <24dc5ae90602282131x1476797aq@mail.gmail.com> References: <3f0dd8f80602281818p5b2f16ffpbb0e26b3832906c2@mail.gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <3f0dd8f80602281818p5b2f16ffpbb0e26b3832906c2@mail.gmail.com> Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: chubble@cs.ucsd.edu Cc: netfilter@lists.netfilter.org call NF_HOOK_THRESH(), choise the correct oknf() function, to finish the following hook. 2006/3/1, Calvin Hubble : > 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 > >