Home | History | Annotate | Download | only in examples

Lines Matching refs:LEAF

77 #	    without leaf qdisc were not updated
98 # - added initial support for SFQ as leaf qdisc
113 # - added options PARENT, LEAF, ISOLATED and BOUNDED. This allows
248 # attached. You might want to use LEAF=none for the parent class as
254 # LEAF=none|tbf|sfq optional, default "tbf"
256 # Tells the script to attach specified leaf queueing discipline to CBQ
261 # bounded), you must set LEAF to "none" or "sfq".
264 # several hosts in the same class, you might want to specify LEAF=sfq to
265 # attach SFQ as leaf queueing discipline to that class.
273 # Note: Don't forget to set LEAF to "none" or "sfq", otherwise the class will
313 # Note: Setting TBF as leaf qdisc will effectively prevent the class from
416 # is optional and applies to TBF leaf qdisc only).
500 CBQ_WORDS="DEVICE|RATE|WEIGHT|PRIO|PARENT|LEAF|BOUNDED|ISOLATED"
614 LEAF=tbf; BOUNDED=yes; ISOLATED=no
776 ### Create leaf qdisc if set
777 if [ "$LEAF" = "tbf" ]; then
780 elif [ "$LEAF" = "sfq" ]; then
949 ### Replace leaf qdisc (if any)
950 if [ "$LEAF" = "tbf" ]; then