mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-18 17:32:58 +00:00
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
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
|