svn commit: r198192 - user/eri/pf45/head/sys/contrib/pf/net

John Baldwin jhb at freebsd.org
Mon Oct 19 16:50:27 UTC 2009


On Saturday 17 October 2009 9:37:20 pm Julian Elischer wrote:
> Ermal Lu�������������������� wrote:
> > Author: eri
> > Date: Sat Oct 17 23:01:29 2009
> > New Revision: 198192
> > URL: http://svn.freebsd.org/changeset/base/198192
> > 
> > Log:
> >   Say HELLO to pf(4) virtualized.
> >   
> >   * Set propper context where required.
> >   * Prepend V_ to some more global variables.
> >   * Initialize pf(4) during with vnet events rather than module ones.
> >   * Include opt_global.h where required to aid in building with
> >   	virtualization enabled
> 
> 
> opt_global is supposed to be automatically included from the command
> line of the compiles.

Yes, and it is for both modules and kernels now, so any manual includes of it 
are a bug.

-- 
John Baldwin


More information about the svn-src-user mailing list