From cc7143d62bbf47cb8344b3d31480d807cb769db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 12 Sep 2022 11:56:18 -0600 Subject: [PATCH] Bring back --force for linux tc https://github.com/rchac/LibreQoS/commit/fb74bad0b1e2bf03d44d62d6dac03be5d1743f74#commitcomment-83765483 --- v1.2/LibreQoS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v1.2/LibreQoS.py b/v1.2/LibreQoS.py index dbdb0812..90f1a1e9 100644 --- a/v1.2/LibreQoS.py +++ b/v1.2/LibreQoS.py @@ -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