diff options
Diffstat (limited to 'regress/sbin/pfctl/pf92.ok')
-rw-r--r-- | regress/sbin/pfctl/pf92.ok | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf92.ok b/regress/sbin/pfctl/pf92.ok new file mode 100644 index 00000000000..43720c1afa2 --- /dev/null +++ b/regress/sbin/pfctl/pf92.ok @@ -0,0 +1,26 @@ +anchor all { + anchor in all { + pass quick all flags S/SA keep state + } + anchor out all { + anchor in all { + anchor out all { + anchor in all { + anchor out all { + anchor in all { + anchor out all { + anchor in all { + pass all flags S/SA keep state + } + } + } + } + } + } + } + } + pass in on tun1000000 all flags S/SA keep state + anchor "foo" on tun1000000 all { + pass all flags S/SA keep state + } +} |