# Shorewall 1.2 - Traffic Control File
#
#	/etc/shorewall/cbq
#
# Columns:
#
# CLASSID	The class id of the class consisting of a major number, a colon
#               and a minor number. Top-level classes must have the
#		minor number = 1.
#
# PARENT	For top-level classes, this is the name of the interface
#		for which the class is associated. For other classes, it is
#		the class ID of the parent class.
#
# QDISC		For top-level classes, this must be "cbq" (class-based queuing)
#
#		For other classes, the available queuing disciplines are:
#
#		sfq - Stocastic Fair Queuing
#		red - Random Early Drop
#		tbf - Token Bucket Filter
#
#		For each queuing discipline used, be sure to configure the
#		discipline in /etc/shorewall/qdisc.
#
# BANDWIDTH/RATE/WEIGHT
#
#		The total bandwidth, the outbound rate and the class weight
#               separated by colons. These may be expressed in "Kbit" or "Mbit"
#		directly following a number (e.g., "384kbit").
#
#		Example: 384Kbit:384Kbit:38Kbit
#
#		You may also express this as a single bandwidth (e.g., 384kbit)
#		in which case, the rate will be equal to the specified
#		bandwidth and the weight will be 10% (truncated) of the
#		specified bandwidth.
#
#		Example: 10Mbit
#
# AVPKT		Average packet length in bytes.
#
# MARK		Firewall Mark value associated with this class.
#
# OPTIONS	Any additional options such as "bounded" that you wish to
#		associate with this class.
#
# Example: Two classes using SFQ on a 384Kbit DSL line. The first class
#          is associated with fw mark 1 and has a capacity of 150Kbits.
#          The second is associated with fw mark 2 and has a capacity of
#	   234Kbits. Either of the sub-classes can borrow unused capacity
#	   from the other.
#
#		CLASSID	  PARRENT QDISC BANDWIDTH	AVPKT	MARK
#		10:1	  eth0	  cbq	384Kbit		1000	-
#		10:100	  10:1	  sfq	150Kbit 	1000	1
#		10:200	  10:1	  sfq	234Kbit 	1000	2
#
#CLASSID  PARENT  QDISC	BANDWIDTH/RATE/WEIGHT	AVPKT	MARK	OPTIONS
#-----------------------------------------------------------------------------
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
