From 1f4f9e6d42da6ae31e9d497f06bd3d25423a82fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Chac=C3=B3n?= Date: Mon, 25 Nov 2024 09:56:14 -0700 Subject: [PATCH] Update integrations.md --- docs/v2.0/TechnicalDocs/integrations.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/v2.0/TechnicalDocs/integrations.md b/docs/v2.0/TechnicalDocs/integrations.md index e1953bbf..ade191e2 100644 --- a/docs/v2.0/TechnicalDocs/integrations.md +++ b/docs/v2.0/TechnicalDocs/integrations.md @@ -119,6 +119,22 @@ sudo cp /opt/libreqos/src/integrationUISPbandwidths.template.csv /opt/libreqos/s ``` And edit the CSV using LibreOffice or your preferred CSV editor. +#### UISP Route Overrides + +The default cost between nodes is 10. + +Say you have Site 1, Site 2, and Site 3. +A backup path exists between Site 1 and Site 3, but is not the preferred path. +Your preference is Site 1 > Site 2 > Site 3, but the integration by default connects Site 1 > Site 3 directly. + +To fix this, add a cost above the default for the path between Site 1 and Site 3. +``` +Site 1, Site 3, 100 +``` +With this, data will flow Site 1 > Site 2 > Site 3. + +To make the change, perform a reload of the integration with ```sudo systemctl restart lqos_scheduler```. + ## Powercode Integration First, set the relevant parameters for Powercode (powercode_api_key, powercode_api_url, etc.) in `/etc/lqos.conf`.