1# queuenames cannot be numbers 2altq on lo0 tbrsize 1824 bandwidth 10Mb priq queue 80 3queue 80 priority 2 priq(default) 4 5# tablenames cannot be numbers 6table <444> { 1.2.3.4 } 7pass in on lo1000000 proto tcp to 10.0.0.1 port 80 flags S/SA modulate state \ 8 (max-src-conn 100, max-src-conn-rate 10/5, overload <444> flush) 9 10# filename cannot be a number 11# XXX not easy to test 12#table <filetest> file 666 13 14# labels, tags, anchors cannot be numbers 15pass in on lo0 from 1.2.3.4 keep state label 88 16pass in on lo0 from 1.2.3.4 keep state tag 57 17pass in on lo0 from 1.2.3.4 keep state tagged 57 18anchor 23 on lo0 19