cvs commit: src/sys/contrib/pf/net pf.c src/sys/netinet ip_icmp.c
src/sys/sys mbuf.h
Max Laier
mlaier at FreeBSD.org
Fri Jul 16 22:10:06 PDT 2004
mlaier 2004-07-17 05:10:06 UTC
FreeBSD src repository
Modified files:
sys/contrib/pf/net pf.c
sys/netinet ip_icmp.c
sys/sys mbuf.h
Log:
Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associated
icmp_error() packets. While here retire PACKET_TAG_PF_GENERATED (which
served the same purpose) and use M_SKIP_FIREWALL in pf as well. This should
speed up things a bit as we get rid of the tag allocations.
Discussed with: juli
Revision Changes Path
1.12 +29 -10 src/sys/contrib/pf/net/pf.c
1.95 +5 -11 src/sys/netinet/ip_icmp.c
1.152 +0 -1 src/sys/sys/mbuf.h
More information about the cvs-src
mailing list