Re: Kernel Oops when using the Netfilter QUEUE target

2001-04-27 Thread Rusty Russell
In message <[EMAIL PROTECTED]> you write: > On Wed, Apr 25, 2001 at 04:24:46PM +1000, James Morris wrote: > > Please try the patch below. > > So i did and it seems to work just fine (= no more oops') under 2.4.3/2.4.2-a James, I only glanced at the patch, but IIRC it just did route_me_harder()

Re: Kernel Oops when using the Netfilter QUEUE target

2001-04-26 Thread Martin Clausen
On Wed, Apr 25, 2001 at 04:24:46PM +1000, James Morris wrote: > > I have encountered a problem (perhaps a bug)! The attached code makes my kernel >oops > > in some cases when injecting new packets through Netfilter's QUEUE target. The >problem > > only appears when the original packet is a TCP p

Re: Kernel Oops when using the Netfilter QUEUE target

2001-04-25 Thread Keith Owens
On Tue, 24 Apr 2001 19:25:47 +0200, Martin Clausen <[EMAIL PROTECTED]> wrote: >I have encountered a problem (perhaps a bug)! The attached code makes my kernel oops >in some cases when injecting new packets through Netfilter's QUEUE target. The >problem >Entering kdb (current=0xc68f6000, pid 884

Re: Kernel Oops when using the Netfilter QUEUE target

2001-04-24 Thread James Morris
On Wed, 25 Apr 2001, Martin Clausen wrote: > Hi there! > > I have encountered a problem (perhaps a bug)! The attached code makes my kernel oops > in some cases when injecting new packets through Netfilter's QUEUE target. The >problem > only appears when the original packet is a TCP packet; i hav