diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-17 20:08:19 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-12-17 20:08:19 +0000 |
commit | f87dcde1f5a033a2919a5040277abfd5cfd08434 (patch) | |
tree | 6d9fc210ee049653c01f0353fae57f0ec8a89b08 /regress | |
parent | 75aa64eeb6c2773b729a6c953f99f4fc76a9c7b0 (diff) |
test PRIQ
Diffstat (limited to 'regress')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf45.in | 4 | ||||
-rw-r--r-- | regress/sbin/pfctl/pf45.ok | 4 |
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 |