From 1f06e80cbdfc2de0ebc0f619afb10de6198ba709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Wed, 7 Sep 2022 13:12:11 -0600 Subject: [PATCH] Test of fix for https://github.com/rchac/LibreQoS/issues/61#issuecomment-1239715354 --- 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 d0331190..afb25d7f 100644 --- a/v1.2/LibreQoS.py +++ b/v1.2/LibreQoS.py @@ -367,7 +367,7 @@ def refreshShapers(): shell('./xdp-cpumap-tc/bin/xps_setup.sh -d ' + interfaceB + ' --default --disable') shell('./xdp-cpumap-tc/src/xdp_iphash_to_cpu --dev ' + interfaceA + ' --lan') shell('./xdp-cpumap-tc/src/xdp_iphash_to_cpu --dev ' + interfaceB + ' --wan') - shell('./xdp-cpumap-tc/src/xdp_iphash_to_cpu_cmdline --clear') + result = os.system('./xdp-cpumap-tc/src/xdp_iphash_to_cpu_cmdline --clear') shell('./xdp-cpumap-tc/src/tc_classify --dev-egress ' + interfaceA) shell('./xdp-cpumap-tc/src/tc_classify --dev-egress ' + interfaceB)