verify different named queues don't get the same queue id on different
authorhenning <henning@openbsd.org>
Tue, 11 Mar 2003 12:00:07 +0000 (12:00 +0000)
committerhenning <henning@openbsd.org>
Tue, 11 Mar 2003 12:00:07 +0000 (12:00 +0000)
interfaces
fails right now

regress/sbin/pfctl/Makefile
regress/sbin/pfctl/pfaltq4.in [new file with mode: 0644]
regress/sbin/pfctl/pfaltq4.ok [new file with mode: 0644]

index 51fdcea..c065f81 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.113 2003/03/11 11:14:59 henning Exp $
+# $OpenBSD: Makefile,v 1.114 2003/03/11 12:00:07 henning Exp $
 
 # TARGETS
 # pf: feed pfNN.in through pfctl and check wether the output matches pfNN.ok
@@ -19,7 +19,7 @@ PFSIMPLE=1 2
 PFSETUP=1 2 3
 PFLOAD=1 2 3 4 5 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 23 24 25 26 27 28 29
 PFLOAD+=30 31 32 34 36 38 39 40 44 46 47 49 54 56
-PFALTQ=1 2 3
+PFALTQ=1 2 3 4
 # disabled; no altq in anchors
 # PFLOAD+=33 35 37 42 43 45 51 58 59
 # disabled; no table def in anchors
diff --git a/regress/sbin/pfctl/pfaltq4.in b/regress/sbin/pfctl/pfaltq4.in
new file mode 100644 (file)
index 0000000..50ddc23
--- /dev/null
@@ -0,0 +1,5 @@
+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%
+queue germans bandwidth 50%
+queue toads bandwidth 50%
diff --git a/regress/sbin/pfctl/pfaltq4.ok b/regress/sbin/pfctl/pfaltq4.ok
new file mode 100644 (file)
index 0000000..11fdce1
--- /dev/null
@@ -0,0 +1,12 @@
+queue root_lo0 bandwidth 10Mb priority 0 cbq( wrr root ) {bloody, germans}
+[ qid=4294967294 ifname=lo0 ifbandwidth=10Mb ]
+queue  bloody bandwidth 5Mb cbq( default ) 
+[ qid=4294967293 ifname=lo0 ifbandwidth=10Mb ]
+queue  germans bandwidth 5Mb 
+[ qid=1 ifname=lo0 ifbandwidth=10Mb ]
+queue root_tun0 bandwidth 10Mb priority 0 cbq( wrr root ) {bloody, toads}
+[ qid=4294967294 ifname=tun0 ifbandwidth=10Mb ]
+queue  bloody bandwidth 5Mb cbq( default ) 
+[ qid=4294967293 ifname=tun0 ifbandwidth=10Mb ]
+queue  toads bandwidth 5Mb 
+[ qid=2 ifname=tun0 ifbandwidth=10Mb ]