Update ispConfig.example.py

This commit is contained in:
Robert Chacón 2023-04-16 09:28:53 -06:00 committed by GitHub
parent 1ee7484d86
commit d965f51a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ interfaceA = 'eth1'
# Interface connected to edge router
interfaceB = 'eth2'
# Queue refresh scheduler (lqos_scheduler). Minutes between reloads.
queueRefreshIntervalMins = 30
# WORK IN PROGRESS. Note that interfaceA determines the "stick" interface
# I could only get scanning to work if I issued ethtool -K enp1s0f1 rxvlan off
OnAStick = False