summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r--regress/sbin/pfctl/Makefile4
-rw-r--r--regress/sbin/pfctl/pf45.in4
-rw-r--r--regress/sbin/pfctl/pf45.ok4
3 files changed, 10 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile
index 52a35174c31..5d69c1def0a 100644
--- a/regress/sbin/pfctl/Makefile
+++ b/regress/sbin/pfctl/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.56 2002/12/13 22:07:32 henning Exp $
+# $OpenBSD: Makefile,v 1.57 2002/12/17 20:08:18 henning Exp $
PFTESTS=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
-PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
+PFTESTS+=28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
PFFAIL=1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
PFSIMPLE=1 2
PFSETUP=1
diff --git a/regress/sbin/pfctl/pf45.in b/regress/sbin/pfctl/pf45.in
new file mode 100644
index 00000000000..715492c30cf
--- /dev/null
+++ b/regress/sbin/pfctl/pf45.in
@@ -0,0 +1,4 @@
+altq on lo0 priq bandwidth 10Mb queue { pri-low pri-med pri-high }
+queue pri-low priority 0
+queue pri-med priority 1 priq(default)
+queue pri-high priority 2
diff --git a/regress/sbin/pfctl/pf45.ok b/regress/sbin/pfctl/pf45.ok
new file mode 100644
index 00000000000..6175c277452
--- /dev/null
+++ b/regress/sbin/pfctl/pf45.ok
@@ -0,0 +1,4 @@
+altq on lo0 priq bandwidth 10.00Mb tbrsize 1824 queue { pri-low pri-med pri-high }
+queue pri-low priority 0
+queue pri-med priq( default )
+queue pri-high priority 2