> On 14 Apr 2021, at 16:16, Peter Ankerstål <pe...@pean.org> wrote:
> 
> In pf I use the interface group syntax alot to make the configuration more 
> readable. All interfaces are assigned to a group representing its use/vlan 
> name. 

It seems that the rest of my ruleset is also affected by this, and interface 
groups combined with :network no longer work.

For example I have this anchor:
    anchor in from trusted:network {
    }

which before resolved to 
    anchor in inet from 172.25.0.0/24 to any {
    }

but now resolves to:
    anchor in inet6 all {
    }

/Peter.
_______________________________________________
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to