Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/30/1998 20:30:01
thorpej
Thu Apr 30 20:21:06 PDT 1998
Update of /cvsroot/src/sys/sys
In directory nb00:/tmp/cvs-serv23191

Modified Files:
	mbuf.h 
Log Message:
Add an mbuf packet header flag which indicates that a packet can be used
to create a fast-forward flow.


thorpej
Thu Apr 30 20:23:24 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv23226

Modified Files:
	ip_input.c 
Log Message:
Allow packet filters to prevent a packet from creating a fast-forwarding
flow, by setting the "can fast forward" flag in the packet header, and
giving a chance for filters to clear the flag.  If the flag is still
set after the filters have given it a chance, the packet will be used
to create a fast-forward flow entry.


thorpej
Thu Apr 30 20:28:14 PDT 1998
Update of /cvsroot/src/sys/netinet
In directory nb00:/tmp/cvs-serv23246

Modified Files:
	fil.c 
Log Message:
If packets are passed through IP Filter at all, don't allow fast-forward
flow entries to be created for them.

Eventually, IP Filter should be extended to allow IP src/dst pairs to
be specified as "fast forward OK".