2 # SPDX-License-Identifier: GPL-2.0
9 source $lib_dir/sch_tbf_core.sh
15 tc qdisc replace dev
$swp2 root handle
108: tbf \
16 rate
400Mbit burst
$bs limit
1M
17 defer tc qdisc del dev
$swp2 root
19 do_tbf_test
10 400 $bs
27 if type -t sch_tbf_pre_hook
>/dev
/null
; then