I think this problem occurs again on 1.2 beta1.
#########################################################
Diagnostics: Filter Reload Status
There were error(s) loading the rules: /tmp/qwanRoot.rules:11: syntax errorpfctl: Syntax error in config file: pf rules not loaded pfctl: load anchors - The line in question reads [11]: …
#########################################################
/tmp/qwanRoot.rules
###################################################
System Aliases
loopback = "{ lo0 }"
lan = "{ rl1 }"
wan = "{ rl0 }"
enc0 = "{ enc0 }"
User Aliases
pass in quick on $wan proto tcp from any to 192.168.10.180 port = 443 keep state queue (qwanRoot, qwanacks) label "USER_RULE"
pass in quick on $wan proto tcp from any to 192.168.10.180 port = 2223 keep state queue (qwanRoot, qwanacks) label "USER_RULE"
pass in quick on $wan proto udp from any to 192.168.10.180 port = 1194 keep state queue (qwanRoot, qwanacks) label "USER_RULE"
pass in quick on $wan inet proto icmp from any to 192.168.10.180 icmp-type echoreq keep state queue (qwanRoot, qwanacks) label "USER_RULE"
queue qwanRoot label "USER_RULE"
pass in quick on $lan from 192.168.1.0/24 to any keep state queue (qwanRoot, qlanacks) label "USER_RULE: Default LAN -> any"
pass in quick on $enc0 from any to any keep state queue qwanRoot label "USER_RULE"
##########################################################################################
thanks,