Date: Sat, 20 Nov 2010 07:36:43 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet siftr.c Message-ID: <201011200737.oAK7b3mC077771@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
lstewart 2010-11-20 07:36:43 UTC FreeBSD src repository Modified files: sys/netinet siftr.c Log: SVN rev 215552 on 2010-11-20 07:36:43Z by lstewart When enabling or disabling SIFTR with a VIMAGE kernel, ensure we add or remove the SIFTR pfil(9) hook functions to or from all network stacks. This patch allows packets inbound or outbound from a vnet to be "seen" by SIFTR. Additional work is required to allow SIFTR to actually generate log messages for all vnet related packets because the siftr_findinpcb() function does not yet search for inpcbs across all vnets. This issue will be fixed separately. Reported and tested by: David Hayes <dahayes at swin edu au> MFC after: 3 days Revision Changes Path 1.10 +24 -12 src/sys/netinet/siftr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011200737.oAK7b3mC077771>