Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 12/08/2001 21:46:41
Module Name:	syssrc
Committed By:	martin
Date:		Sat Dec  8 19:46:40 UTC 2001

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

Log Message:
Change the way IPCP negotiation is handled.

Collect both local and remote address and set them to the interface in
one step (the peer adress was not set at all before).

This causes the peer address now to show up on the interface and all
messages to the routing socket to be send with correct data. The latter
has been the last missing piece to complete PPPoE support.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/net/if_sppp.h
cvs rdiff -r1.30 -r1.31 syssrc/sys/net/if_spppsubr.c

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