mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Bring back --force for linux tc fb74bad0b1 (commitcomment-83765483)
This commit is contained in:
parent
6b0eed1871
commit
cc7143d62b
@ -672,7 +672,7 @@ def refreshShapers():
|
|||||||
for command in linuxTCcommands:
|
for command in linuxTCcommands:
|
||||||
logging.info(command)
|
logging.info(command)
|
||||||
f.write(f"{command}\n")
|
f.write(f"{command}\n")
|
||||||
shell("/sbin/tc -b linux_tc.txt")
|
shell("/sbin/tc -f -b linux_tc.txt")
|
||||||
print("Executed " + str(len(linuxTCcommands)) + " linux TC class/qdisc commands")
|
print("Executed " + str(len(linuxTCcommands)) + " linux TC class/qdisc commands")
|
||||||
|
|
||||||
# Execute actual XDP-CPUMAP-TC filter commands
|
# Execute actual XDP-CPUMAP-TC filter commands
|
||||||
|
Loading…
Reference in New Issue
Block a user