1 #!/bin/bash 2 # SPDX-License-Identifier: GPL-2.0 3 4 sch_tbf_pre_hook() 5 { 6 bail_on_lldpad "configure DCB" "configure Qdiscs" 7 } 8 9 lib_dir=$(dirname $0)/../../../net/forwarding 10 TCFLAGS=skip_sw 11 source $lib_dir/sch_tbf_ets.sh
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.