Re: [PATCH] appletalk: Pass IP-over-DDP packets through when 'ipddp0' interface is not present

2016-03-20 Thread Adam Seering
On Thu, 2016-02-25 at 19:46 -0500, Adam Seering wrote: > On Thu, 2016-02-25 at 14:33 -0500, David Miller wrote: > > From: Adam Seering <a...@seering.org> > > Date: Tue, 23 Feb 2016 09:19:13 -0500 > > > > > Let userspace programs transmit and r

Re: [PATCH] appletalk: Pass IP-over-DDP packets through when 'ipddp0' interface is not present

2016-02-26 Thread Adam Seering
On Thu, 2016-02-25 at 19:46 -0500, Adam Seering wrote: > On Thu, 2016-02-25 at 14:33 -0500, David Miller wrote: > > From: Adam Seering <a...@seering.org> > > Date: Tue, 23 Feb 2016 09:19:13 -0500 > > > > > Let userspace programs transmit and r

Re: [PATCH] appletalk: Pass IP-over-DDP packets through when 'ipddp0' interface is not present

2016-02-25 Thread Adam Seering
On Thu, 2016-02-25 at 14:33 -0500, David Miller wrote: > From: Adam Seering <a...@seering.org> > Date: Tue, 23 Feb 2016 09:19:13 -0500 > > > Let userspace programs transmit and receive raw IP-over-DDP packets > > with a kernel where "ipddp" was compiled as

[PATCH] appletalk: Pass IP-over-DDP packets through when 'ipddp0' interface is not present

2016-02-23 Thread Adam Seering
ver compiled" behavior. Signed-off-by: Adam Seering <a...@seering.org> --- [edit] Re-sending at hopefully a more-appropriate time. This is a small proposed change to the ddp code. It's also my first attempt at a kernel patch; I'd appreciate any feedback or discussion. I'm working o