Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 08/22/2003 20:49:04
Module Name:	src
Committed By:	jonathan
Date:		Fri Aug 22 20:49:03 UTC 2003

Modified Files:
	src/sys/netinet6: ip6_var.h

Log Message:
(Accidentally-omitted change): update for ip6_output() to match commit below.

replace the set_socket() method of passing an extra struct socket*
argument to ip6_output() with a new explicit struct in6pcb* argument.
(The underlying socket can be obtained via in6pcb->inp6_socket.)

In preparation for fast-ipsec.  Reviewed by itojun.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/netinet6/ip6_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.