]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/pfctl/tests/files/pf0100.in
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,
[FreeBSD/FreeBSD.git] / sbin / pfctl / tests / files / pf0100.in
1 pass
2 anchor "a/b"
3 anchor "1/2/3"          # test anchors with multiple path components
4 anchor "relative" {
5         pass in on lo0 label TEST1
6 }
7 anchor "camield/*"      # empty wildcard anchor
8
9 anchor "relayd/*"
10
11 anchor "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 }