LibreQoS/v1.2
2022-09-10 22:31:27 -06:00
..
xdp-cpumap-tc@888cc7712f add xdp-cpumap-tc to v1.2 2022-09-05 07:57:08 -06:00
graphBandwidth.py add v1.2 alpha content 2022-09-05 07:54:46 -06:00
graphLatency.py add v1.2 alpha content 2022-09-05 07:54:46 -06:00
influxDBdashboardTemplate.json Update influxDBdashboardTemplate.json 2022-09-10 22:31:27 -06:00
integrationUISP.py Add ability to create exceptions to Parent Nodes chosen for UISP integration 2022-09-10 22:24:54 -06:00
ispConfig.py Add ability to create exceptions to Parent Nodes chosen for UISP integration 2022-09-10 22:23:49 -06:00
LibreQoS.py Corrected printout of queuesAvailable 2022-09-10 22:03:07 -06:00
mikrotikDHCPRouterList.csv Add UISP Integration IPv6 support 2022-09-10 06:16:04 -06:00
mikrotikFindIPv6.py Add UISP Integration IPv6 support 2022-09-10 06:16:04 -06:00
network.json Update network.json 2022-09-07 20:05:02 -06:00
README.md Update README.md 2022-09-10 06:32:08 -06:00
scheduled.py Integrate UISP import (optional) 2022-09-08 20:53:17 -06:00
ShapedDevices.csv Add comment field 2022-09-07 08:33:38 -06:00

v1.2 (IPv4 + IPv6) (Alpha)

Features

  • Support for multiple devices per subscriber circuit. This allows for multiple IPv4s to be filtered into the same queue, without necessarily being in the same subnet.

  • Support for multiple IPv4s or IPv6s per device

  • Reduced reload time by 80%. Actual packet loss is <25ms on reload of queues.

  • Command line arguments --debug, --verbose, and --validate.

ShapedDevices.csv

Shaper.csv is now ShapedDevices.csv

New minimums apply to upload and download parameters:

  • Download minimum must be 1Mbps or more
  • Upload minimum must be 1Mbps or more
  • Download maximum must be 2Mbps or more
  • Upload maximum must be 2Mbps or more

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

To use:

  1. Delete network.json and, if you have it, integrationUISPbandwidths.csv
  2. run python3 integrationUISP.py

It will create a network.json with approximated bandwidths for APs based on UISP's reported capacities, and fixed bandwidth of 1000/1000 for sites. You can modify integrationUISPbandwidths.csv to correct bandwidth rates. It will load integrationUISPbandwidths.csv on each run and use those listed bandwidths to create network.json. It will always overwrite ShapedDevices.csv on each run by pulling devices from UISP.

UISP Integration - IPv6 Support

This will match IPv4 MAC addresses in the DHCP server leases of your mikrotik to DHCPv6 bindings, and include those IPv6 addresses with their respective devices.

To enable:

  • Edit mikrotikDHCPRouterList.csv to list of your mikrotik DHCPv6 servers
  • Set findIPv6usingMikrotik in ispConfig.py to True