This commit is contained in:
Robert Chacón 2022-09-12 11:56:18 -06:00 committed by GitHub
parent 6b0eed1871
commit cc7143d62b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -672,7 +672,7 @@ def refreshShapers():
for command in linuxTCcommands:
logging.info(command)
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")
# Execute actual XDP-CPUMAP-TC filter commands