Peter, On Fri, Dec 16, 2011 at 01:58:51PM +1100, Peter Jeremy wrote: P> On 2011-Jun-28 11:57:25 +0000, "Bjoern A. Zeeb" <b...@freebsd.org> wrote: P> >Author: bz P> >Date: Tue Jun 28 11:57:25 2011 P> >New Revision: 223637 P> >URL: http://svn.freebsd.org/changeset/base/223637 P> > P> >Log: P> > Update packet filter (pf) code to OpenBSD 4.5. P> P> Further to my mail last Wednesday, I've found nested "#ifdef __FreeBSD__" P> conditionals in pf_ioctl.c as well - it looks like conditional code was P> added to support network stack virtualisation without noting that the P> code was already protectd by a "#ifdef __FreeBSD__". P> P> And cross-checking the $OpenBSD$ tags in the FreeBSD repo against the P> OpenBSD CVSweb throws up consistent off-by-one errors - as an example, P> src/sys/contrib/pf/net/if_pfsync.h in FreeBSD 9.0 states P> "$OpenBSD: if_pfsync.h,v 1.35 2008/06/29 08:42:15 mcbride Exp $" P> but the actual content matches if_pfsync.h v1.36 in OpenBSD CVSweb. P> Is it possible that the pf code was checked out of an OpenBSD repo P> without the correct $OpenBSD$ tag expansion? P> P> This caused me a degree of confusion whilst trying to correlate the P> FreeBSD code with the OpenBSD code to try and update bin/124825
Particular changes were picked from OpenBSD after the r223637, to make pfsync(4) function properly. For example: http://svnweb.freebsd.org/base?view=revision&revision=226663 -- Totus tuus, Glebius. _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"