summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl/pf58.in
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-03-02 23:44:36 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-03-02 23:44:36 +0000
commitcb6de3e8d2699e838dcb4ca83d610baf152e7921 (patch)
tree752834c342956c809498aaa00b2762f303dec795 /regress/sbin/pfctl/pf58.in
parent63113fed827d6abb3f26f9bbbe618ba04662adc0 (diff)
queue on two interfaces
Diffstat (limited to 'regress/sbin/pfctl/pf58.in')
-rw-r--r--regress/sbin/pfctl/pf58.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/regress/sbin/pfctl/pf58.in b/regress/sbin/pfctl/pf58.in
new file mode 100644
index 00000000000..43a5d09e64b
--- /dev/null
+++ b/regress/sbin/pfctl/pf58.in
@@ -0,0 +1,8 @@
+# queue on two interfaces
+
+altq on ppp0 bandwidth 100Kb cbq queue { std ssh }
+altq on lo0 bandwidth 10Mb cbq queue { blah ssh }
+queue std bandwidth 10% cbq(borrow, default)
+queue ssh bandwidth 30% cbq(borrow) { ssh2 }
+queue ssh2 bandwidth 80%
+queue blah cbq(default)