Update README.md

This commit is contained in:
Robert Chacón 2022-09-10 06:28:41 -06:00 committed by GitHub
parent 8817a12061
commit b75b8ce3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,17 @@ New minimums apply to upload and download parameters:
ShapedDevices.csv now has a field for Circuit ID. If the listed Circuit ID is the same between two or more devices, those devices will all be placed into the same queue. If a Circuit ID is not provided for a device, it gets its own circuit. Circuit Name is optional, but recommended. The client's service loction address might be good to use as the Circuit Name.
# IPv6 Support / XDP Toggle
You can optionally disable XDP, which limits queuing to just one CPU core.
The benefit here is IPv6 support becomes possible again - ableit with lower max throughput.
You can expect 3-6 Gbps of throughput without using XDP (IPv4 + IPv6), or 11+ Gbps with XDP (IPv4 only).
To disable XDP, go to ispConfig.py and set:
```usingXDP = False```
## UISP Integration
This integration fully maps out your entire UISP network.
Add UISP info under "Optional UISP integration" in ispConfig.py