cvs commit: src/sys/sys mbuf.h src/sys/netinet in.h
src/sys/modules Makefile src/sys/modules/pflog Makefile
src/sys/modules/pfsync Makefile
Max Laier
mlaier at FreeBSD.org
Wed Jun 16 15:59:07 PDT 2004
mlaier 2004-06-16 22:59:06 UTC
FreeBSD src repository
Modified files:
sys/sys mbuf.h
sys/netinet in.h
sys/modules Makefile
Removed files:
sys/modules/pflog Makefile
sys/modules/pfsync Makefile
Log:
Prepare for pf 3.5 import:
- Remove pflog and pfsync modules. Things will change in such a fashion
that there will be one module with pf+pflog that can be loaded into
GENERIC without problems (which is what most people want). pfsync is no
longer possible as a module.
- Add multicast address for in-kernel multicast pfsync protocol. Protocol
glue will follow once the import is done.
- Add one more mbuf tag
Revision Changes Path
1.383 +0 -4 src/sys/modules/Makefile
1.3 +0 -29 src/sys/modules/pflog/Makefile (dead)
1.3 +0 -29 src/sys/modules/pfsync/Makefile (dead)
1.85 +2 -0 src/sys/netinet/in.h
1.150 +1 -0 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list