Re: IPv6-capable pfinet

2007-10-11 Thread Marco Gerards
Thomas Schwinge <[EMAIL PROTECTED]> writes: Hi, > On Mon, Oct 08, 2007 at 12:06:26PM +0200, I wrote: >> On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote: >> > A few last bits: >> > >> > -> where to import? >> > I more and more arrive at the conclusion that we should just >> >

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
On Mon, Oct 08, 2007 at 12:06:26PM +0200, Thomas Schwinge wrote: > On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote: > This is now documented in the wiki at > . > > > - for development I've put the sources into a git reposito

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
Hi Thomas! On Mon, Oct 08, 2007 at 08:31:15PM +0200, Thomas Schwinge wrote: > [...] Have pfinet include the IPv6 code by default, but > only activate the IPv6 engine if IPv6 services are actually needed, i.e., > if they are requested by the pfinet translator setting. The increase in > the pfinet

Re: IPv6-capable pfinet

2007-10-08 Thread Thomas Schwinge
Hello! On Mon, Oct 08, 2007 at 12:06:26PM +0200, I wrote: > On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote: > > A few last bits: > > > > -> where to import? > > I more and more arrive at the conclusion that we should just > > IPv6-enhance the existing pfinet, not add anothe

Re: IPv6-capable pfinet

2007-10-08 Thread Thomas Schwinge
Hello! On Mon, Oct 08, 2007 at 05:48:45PM +0200, Stefan Siegl wrote: > On Mon, Oct 08, 2007 at 12:07:33PM +0200, Thomas Schwinge wrote: > > On Sun, Oct 07, 2007 at 07:24:41PM +0200, Stefan Siegl wrote: > > > 2007-10-07 Stefan Siegl <[EMAIL PROTECTED]> > > > > > > * linux/dev/glue/net.c (devic

Re: IPv6-capable pfinet

2007-10-08 Thread Stefan Siegl
Hello! On Mon, Oct 08, 2007 at 12:07:33PM +0200, Thomas Schwinge wrote: > On Sun, Oct 07, 2007 at 07:24:41PM +0200, Stefan Siegl wrote: > > 2007-10-07 Stefan Siegl <[EMAIL PROTECTED]> > > > > * linux/dev/glue/net.c (device_open): Set LINUX_IFF_ALLMULTI flag > > on device and propagate.

Re: IPv6-capable pfinet

2007-10-08 Thread Thomas Schwinge
Hello! On Sun, Oct 07, 2007 at 07:24:41PM +0200, Stefan Siegl wrote: > On Sun, Oct 07, 2007 at 03:52:28AM +0200, I wrote: > > - Please mind that IPv6 heavily relies on multicasting (especially > >router and neighbour solicits and advertisements) and that by default > >GNU Mach doesn't con

Re: IPv6-capable pfinet

2007-10-08 Thread Thomas Schwinge
Hello! On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote: > I've already announced it on #hurd, however for the records and to > publish the patch: I've somewhat successfully made the good old pfinet > IPv6-aware. :-) > In order to do so, I imported a number of source files (without

Re: IPv6-capable pfinet

2007-10-07 Thread Stefan Siegl
Hello! On Sun, Oct 07, 2007 at 03:52:28AM +0200, I wrote: > - Please mind that IPv6 heavily relies on multicasting (especially >router and neighbour solicits and advertisements) and that by default >GNU Mach doesn't configure the network drivers to receive those >multicasts. This is,