pf table syntax for Ip ranges? In my pf.conf : table <bad-guys> persist file "/etc/bad-guys"
and in bad-guys file: 222.249.000.000 222.249.255.255 ### 000 ### Beijing Educational Information Network but doing # pfctl -t bad-guys -T show 222.249.0.0 222.249.255.255 # it shows two IPs but not the range 222.249.000.000-222.249.255.255 that it's what I want. What is the correct syntax for Ip ranges on these table files?

