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