sch_tbf_prio.sh (118B)
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3 4QDISC="prio bands" 5: ${lib_dir:=.} 6source $lib_dir/sch_tbf_etsprio.sh