Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 03/02/2002 18:23:43
Module Name:	syssrc
Committed By:	martin
Date:		Sat Mar  2 16:23:43 UTC 2002

Modified Files:
	syssrc/sys/net: if_sppp.h if_spppsubr.c if_spppvar.h

Log Message:
Add support to query the peer for DNS addreses when negotiating IPCP.
Add ioctls to retrieve the results.

While here remove a malloc()/free() of an unused buffer.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 syssrc/sys/net/if_sppp.h
cvs rdiff -r1.44 -r1.45 syssrc/sys/net/if_spppsubr.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/net/if_spppvar.h

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