summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf35.loaded
diff options
context:
space:
mode:
authorDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-12-18 16:49:55 +0000
committerDaniel Hartmeier <dhartmei@cvs.openbsd.org>2002-12-18 16:49:55 +0000
commit9f006b08d85577ebe82a51b651ee67f75045bc7e (patch)
tree91f41a70998ee04abfefe11327f4dcd59f59baf5 /regress/sbin/pfctl/pf35.loaded
parente91bc917a46b06f345b8c4b57be00eadf1bde6e7 (diff)
Load regress rules into anchor regress:regress and compare the output
of pfctl -vvsr with expected output. This verifies that skip step values don't change unexpectedly.
Diffstat (limited to 'regress/sbin/pfctl/pf35.loaded')
-rw-r--r--regress/sbin/pfctl/pf35.loaded24
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf35.loaded b/regress/sbin/pfctl/pf35.loaded
new file mode 100644
index 00000000000..098c2f6eb9e
--- /dev/null
+++ b/regress/sbin/pfctl/pf35.loaded
@@ -0,0 +1,24 @@
+@0 block return out on lo0 inet all queue std
+[ Skip steps: a=end i=end d=end f=end sp=end da=end ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+
+@1 pass out on lo0 inet proto tcp from 10.0.0.0/24 to any port = www keep state queue developers
+[ Skip steps: a=end i=end d=end f=end p=end sp=end da=end dp=3 ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+
+@2 pass out on lo0 inet proto tcp from 10.0.1.0/24 to any port = www keep state queue employees
+[ Skip steps: a=end i=end d=end f=end p=end sp=end da=end ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+
+@3 pass out on lo0 inet proto tcp from any to any port = ssh tos 0x10 keep state queue ssh_interactive
+[ Skip steps: a=end i=end d=end f=end p=end sa=end sp=end da=end dp=5 ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+
+@4 pass out on lo0 inet proto tcp from any to any port = ssh tos 0x08 keep state queue ssh_bulk
+[ Skip steps: a=end i=end d=end f=end p=end sa=end sp=end da=end ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+
+@5 pass out on lo0 inet proto tcp from any to any port = smtp keep state queue mail
+[ Skip steps: a=end i=end d=end f=end p=end sa=end sp=end da=end dp=end ]
+[ Evaluations: 0 Packets: 0 Bytes: 0 States: 0 ]
+