Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16 11 lines 217 B view raw
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3 4sch_tbf_pre_hook() 5{ 6 bail_on_lldpad "configure DCB" "configure Qdiscs" 7} 8 9lib_dir=$(dirname $0)/../../../net/forwarding 10TCFLAGS=skip_sw 11source $lib_dir/sch_tbf_root.sh