Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/11/1997 05:30:01
thorpej
Fri Jan 10 21:21:15 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv16362/netinet

Modified Files:
	in.h in_pcb.h ip_input.c ip_output.c ip_var.h raw_ip.c 
	udp_usrreq.c 
Log Message:
Implement the IP_RECVIF socket option: supply a datagram packet's incoming
interface using a sockaddr_dl in a control mbuf.

Implement SO_TIMESTAMP for IP datagrams.

Move packet information option processing into a generic function
so that they work with multicast UDP and raw IP as well as unicast UDP.

Contributed by Bill Fenner <fenner@parc.xerox.com>.


thorpej
Fri Jan 10 21:25:07 PST 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv16999

Modified Files:
	CHANGES 
Log Message:
Note SO_TIMESTAMP and IP_RECVIF socket options.