Subject: CVS commit: src/sys/net
To: None <source-changes@netbsd.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 03/02/2003 12:50:15
Module Name: src
Committed By: aymeric
Date: Sun Mar 2 10:50:15 UTC 2003
Modified Files:
src/sys/net: if_ethersubr.c
Log Message:
ignore multicast PPPoE packets ASAP.
This improves performance a lot on slow machines behind a cable modem.
Protect it with PPPOE_SERVER as a reminder that this will have to be changed
if we add PPPoE server code in the kernel one day.
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/net/if_ethersubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.