QoS脚本

来源:互联网 发布:网络教育怎么考试 编辑:程序博客网 时间:2024/05/17 01:35

 

qos-stop 调用了iptables命令

 

for iface in $(tc qdisc show | grep hfsc | awk '{print $5}'); do

        tc qdisc del dev "$iface" root

done

iptables -t mangle -F

iptables -t mangle -X

原创粉丝点击