1pass
2anchor "a/b"
3anchor "1/2/3"		# test anchors with multiple path components
4anchor "relative" {
5	pass in on lo0 label TEST1
6}
7anchor "camield/*"      # empty wildcard anchor
8
9anchor "relayd/*"
10
11anchor "foo" in on lo0 {
12	anchor "bar" in {		# nested named inlined anchor
13		anchor "/1/2/3"		# absolute multicomponent path
14		anchor "/relative"	# absolute path
15		pass in on lo0 label FOO
16	}
17	anchor in {			# nested unnamed inlined anchor
18		pass in on lo0 label BAR
19	}
20}
21