[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pfctl problem



make includes, probably. Or just copy your /usr/src/sys/net/pfvar.h to
/usr/include/net/pfvar.h

Just a guess though.

//Wouter

On Sun, 10 Aug 2003, psygnosis wrote:

> i have just fetch the -current source. it includes the changes in files:
>
> /usr/src/sbin/pfctl/parse.y
> /usr/src/sys/net/pf.c
> /usr/src/sys/net/pf_ioctl.c
> /usr/src/sys/net/pf_table.c
> /usr/src/sys/net/pfvar.h
>
> as the cvs log says this changes removed the restrictions that tables
> cannot be used in routing and rdr rules.
>
> i recompiled the kernel and pfctl but when i'm trying to parse my ruleset
> it has an error that says:
>
> pfctl: DIOCBEGINRULES: Operation not supported by device
>
> if there some things to do that i missed?