summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pfaltq1.in
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-03-11 10:57:12 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-03-11 10:57:12 +0000
commita4dbdbef5e5c1dda1c17cc6eacafe3e3757833b3 (patch)
treec64fbd9f51760da7e8fd36ee607453c290ab95fb /regress/sbin/pfctl/pfaltq1.in
parent0aab8f01532d703ede14a9e8c4bc076c9e6d20ac (diff)
new class of regress tests.
add target "pfaltq". altq rules are loaded into the kernel and pfctl -gsq output is verified. opposed to most other regress tests, these ones modify the existing setup, as altq definitons cannot live in anchors. all queue definitions are flushed by these tests. Thus, they are not run by default (not part of REGRESS_TARGETS), but must be run explicitely (make pfaltq). pfaltq1: very queue id assignment on multiple interfaces with the priq scheduler
Diffstat (limited to 'regress/sbin/pfctl/pfaltq1.in')
-rw-r--r--regress/sbin/pfctl/pfaltq1.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pfaltq1.in b/regress/sbin/pfctl/pfaltq1.in
new file mode 100644
index 00000000000..739d32c0236
--- /dev/null
+++ b/regress/sbin/pfctl/pfaltq1.in
@@ -0,0 +1,3 @@
+altq on { lo0 tun0 } tbrsize 1824 priq bandwidth 10Mb queue { one two }
+queue one priority 1 priq(default)
+queue two priority 15