This commit is contained in:
Robert Chacón 2022-09-09 07:22:20 -06:00 committed by GitHub
parent 0f093f2f85
commit d958cc0ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -426,8 +426,7 @@ def refreshShapers():
reloadStartTime = datetime.now() reloadStartTime = datetime.now()
# Clear Prior Settings # Clear Prior Settings
if isThisFirstRunSinceBoot: clearPriorSettings(interfaceA, interfaceB)
clearPriorSettings(interfaceA, interfaceB)
# If this is the first time LibreQoS.py has run since system boot, load the XDP program and disable XPS # If this is the first time LibreQoS.py has run since system boot, load the XDP program and disable XPS
# Otherwise, just clear the existing IP filter rules for xdp # Otherwise, just clear the existing IP filter rules for xdp