diff options
Diffstat (limited to 'regress/sbin/pfctl/pf100.ok')
-rw-r--r-- | regress/sbin/pfctl/pf100.ok | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf100.ok b/regress/sbin/pfctl/pf100.ok new file mode 100644 index 00000000000..9f4427379bc --- /dev/null +++ b/regress/sbin/pfctl/pf100.ok @@ -0,0 +1,18 @@ +pass all flags S/SA keep state +anchor "a/b" all +anchor "1/2/3" all +anchor "relative" all { + pass in on lo0 all flags S/SA keep state label "TEST1" +} +anchor "camield/*" all +anchor "relayd/*" all +anchor "foo" in on lo0 all { + anchor "bar" in all { + anchor "/1/2/3" all + anchor "/relative" all + pass in on lo0 all flags S/SA keep state label "FOO" + } + anchor in all { + pass in on lo0 all flags S/SA keep state label "BAR" + } +} |