bug fixes

This commit is contained in:
Robert Chacón 2022-09-05 10:25:10 -06:00 committed by GitHub
parent ebf4ba10f6
commit 8b3db72d02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,7 +262,7 @@ def refreshShapers():
else:
print(tabs + ' ', end='')
shell('./xdp-cpumap-tc/src/xdp_iphash_to_cpu_cmdline --add --ip ' + device['ipv4'] + ' --cpu ' + hex(queue-1) + ' --classid ' + flowIDstring)
device['qdisc'] = flowIDstring
circuit['qdisc'] = flowIDstring
if device['deviceName'] not in devicesShaped:
devicesShaped.append(device['deviceName'])
print()