-# $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
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
--- /dev/null
+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%
--- /dev/null
+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 ]