The option to set limit tables in 10.3 appears to not exist. Does this mean there is no limit or was it replaced with another option?
Code:
9.3 - echo "set limit tables 10000" | pfctl -mf -
pfctl -sm|grep tables
tables hard limit 10000
Code:
10.3 - echo "set limit tables 5000" | pfctl -mf -
pfctl: Bad pool name.
pfctl -sm|grep tables
No output