add comments saying what we are testing
authorhenning <henning@openbsd.org>
Tue, 11 Mar 2003 15:10:31 +0000 (15:10 +0000)
committerhenning <henning@openbsd.org>
Tue, 11 Mar 2003 15:10:31 +0000 (15:10 +0000)
regress/sbin/pfctl/pfaltq1.in
regress/sbin/pfctl/pfaltq2.in
regress/sbin/pfctl/pfaltq3.in
regress/sbin/pfctl/pfaltq4.in

index 739d32c..63e959e 100644 (file)
@@ -1,3 +1,5 @@
+#queue id assignment with priq
+
 altq on { lo0 tun0 } tbrsize 1824 priq bandwidth 10Mb queue { one two }
 queue one priority 1 priq(default)
 queue two priority 15
index 17fc587..b9250d4 100644 (file)
@@ -1,3 +1,6 @@
+#queue id assignment with cbq: two same named queues on different interfaces
+#must have the same qid
+
 altq on { lo0 tun0 } tbrsize 1824 cbq bandwidth 10Mb queue { one two }
 queue one bandwidth 10% cbq(default)
 queue two bandwidth 90% { three four}
index 70af0eb..5ff58af 100644 (file)
@@ -1,3 +1,7 @@
+# more complicated case to provoke queue id assignment errors:
+# -two same named queues must have same qid on all interfaces
+# -two differently named queues must not share a qid, even on different ifs
+
 altq on lo0 tbrsize 1824 bandwidth 10Mb cbq queue { eins zwei drei }
 altq on tun0 tbrsize 1824 bandwidth 33600b cbq queue { vier zwei fuenf }
 queue eins bandwidth 10% cbq(default)
index 50ddc23..2bf5fb2 100644 (file)
@@ -1,3 +1,5 @@
+# test two different named queues don't get the same qid on different interfaces
+
 altq on lo0 tbrsize 1824 bandwidth 10Mb cbq queue { bloody germans }
 altq on tun0 tbrsize 1824 bandwidth 10Mb cbq queue { bloody toads }
 queue bloody cbq(default) bandwidth 50%