Hi,
> On 25 Dec 2014, at 22:30 , [email protected] wrote:
> I am going to set up a ruleset, in which for optimisation purposes I am going
> to use anchors with filters. Playing with it ended at, unfortunately table
> handling in anchors simply does not work. I am still trying to dig deep into
> the source, but I am not sure that I will find the solution. So, the basic
> example is here:
>
> ---
> table <tab> { 10.1.1.1 }
>
> anchor on xn0 {
> pass quick from <tab> to any
> }
>
You must add “persist” keyword to table, like
this:
table <tab> persist { 10.1.1.1 }
I’m using tables inside anchors in two firewalls like this and it works ok.
Ari S.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[email protected]"