Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/10/1999 19:18:53
Module Name:	src
Committed By:	thorpej
Date:		Tue May 11 02:18:53 UTC 1999

Modified Files:
	src/sys/net: if_ppp.c ppp_tty.c
Log Message:
* Start out with a data link type of DLT_NULL.  When we change an interface
to serial encap, change its data link type to DLT_PPP_SERIAL.
* Work around some serious bogosity in the filtering code which utterly
breaks proper functioning of BPF.  The PPP code and pppd(8) WILL be changed
to fix this.