xref: /freebsd/sbin/pfctl/tests/files/pf0092.in (revision d93a896e)
1anchor { # testing comments
2	anchor in {
3		# comment before rule
4		pass quick
5	}
6	# silly nesting
7	anchor out {
8		anchor in {
9			anchor out {
10				anchor in {
11					anchor out {
12						anchor in {
13							anchor out {
14								anchor in {
15									pass
16								}
17							}
18						}
19					}
20				}
21			}
22		}
23	}
24	pass in on tun1000000
25	anchor foo on tun1000000 {
26
27		pass
28	}
29} # comment after closing brace
30
31