Subject: inetd v6
To: None <itojun@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: tech-net
Date: 07/02/1999 11:51:33
Is there a way to specify both tcp v4 and tcp v6 at once for when you
want both to be served?

Perry

Jun-ichiro itojun Hagino <itojun@netbsd.org> writes:
> Module Name:	basesrc
> Committed By:	itojun
> Date:		Fri Jul  2 04:48:20 UTC 1999
> 
> Modified Files:
> 	basesrc/usr.sbin/inetd: Makefile inetd.8 inetd.c
> 
> Log Message:
> dual-stack inetd.  you can write "tcp6" or "tcp4" into "protocol" field.
> (the style is the rough consensus among v6 implementers so it will be
> the standard style)
> 
> TODO: test rpc and tcpmux on IPv6.
> TODO: test identd over IPv6.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/inetd/Makefile
> cvs rdiff -r1.18 -r1.19 basesrc/usr.sbin/inetd/inetd.8
> cvs rdiff -r1.48 -r1.49 basesrc/usr.sbin/inetd/inetd.c
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.