XDP toggle

This commit is contained in:
Robert Chacón 2022-09-09 14:30:12 -06:00 committed by GitHub
parent 0370f7ced8
commit 0ad0d84635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,9 @@ interfaceA = 'eth1'
# Interface connected to edge router # Interface connected to edge router
interfaceB = 'eth2' interfaceB = 'eth2'
# Shape by Site in addition to by AP and Client # Use XDP? If yes, multiple CPU cores can be used. Limits to IPv4 only. Throughput of 11 Gbps+
# Now deprecated, was only used prior to v1.1 # If using IPv6, choose False. False will limit throughput to 3-6 Gbps
# shapeBySite = True usingXDP = False
# Allow shell commands. False causes commands print to console only without being executed. # Allow shell commands. False causes commands print to console only without being executed.
# MUST BE ENABLED FOR PROGRAM TO FUNCTION # MUST BE ENABLED FOR PROGRAM TO FUNCTION