Date: Sat, 17 Jul 2004 05:10:06 +0000 (UTC) From: Max Laier <mlaier@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/contrib/pf/net pf.c src/sys/netinet ip_icmp.c src/sys/sys mbuf.h Message-ID: <200407170510.i6H5A6lR026090@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407170510.i6H5A6lR026090>