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

Previous thread: Re: FairQ ALTQ for PF - Patch #2 by Matthew Dillon on Sunday, April 6, 2008 - 11:39 am. (2 messages)

Next thread: Re: FairQ ALTQ for PF - Patch #2 by Matthew Dillon on Sunday, April 6, 2008 - 3:36 pm. (2 messages)

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

Previous thread: Re: FairQ ALTQ for PF - Patch #2 by Matthew Dillon on Sunday, April 6, 2008 - 11:39 am. (2 messages)

Next thread: Re: FairQ ALTQ for PF - Patch #2 by Matthew Dillon on Sunday, April 6, 2008 - 3:36 pm. (2 messages)