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