HEADS UP on HEAD - PF ABI changes - Re: cvs commit: src/usr.sbin/pfctl parse.y pf.conf.5 pfctl_parser.c src/sys/net/pf pf.c pfvar.h

Matthew Dillon dillon at apollo.backplane.com
Sun Apr 6 14:30:26 PDT 2008


:dillon      2008/04/06 14:12:42 PDT
:
:DragonFly src repository
:
:  Modified files:
:    usr.sbin/pfctl       parse.y pf.conf.5 pfctl_parser.c 
:    sys/net/pf           pf.c pfvar.h 
:  Log:
:  Bring the 'probability' keyword into PF from NetBSD.  This feature allows

    Please note that this commit modifies the ABI structure passed between
    kernel and userland.  If you are using PF (packet filter), both the
    kernel and pfctl must be recompiled and pfctl needs the kernel's new
    pfvar.h, e.g.:

    (build and install new kernel)
    ...
    (build and install new pfctl)

	cp /usr/src/sys/net/pf/pfvar.h /usr/include/net/pf/pfvar.h
	cd /usr/src/usr.sbin/pfctl
	make clean obj depend all install

    A buildworld/kernel sequence also works of course, I'm simply describing
    how to avoid doing a full buildworld.

					    -Matt






More information about the Commits mailing list