Robert Chacón
f1ae19991a
Handle cases where device is AP but has no reported capacity
2022-10-27 14:21:00 -06:00
Robert Chacón
bd5244b4ae
Merge pull request #142 from thebracket/integration-common-ips
...
Add integrationCommon.py - shared functionality
2022-10-27 11:13:45 -06:00
Herbert Wolverson
448d731b1d
Add testIP.py and testdata folder
...
Adds unit tests that cover all of the code-paths used
by the integrationCommon.py shared functionality.
Adds a directory containing test data, so as to not
require a specific ispConfig.py file or pollute the
ispConfig.example.py with test data.
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2022-10-27 09:41:39 -05:00
Herbert Wolverson
532be33d64
Add integrationCommon.py - shared functionality
...
Creates a new integrationCommon.py file for shared functionality
between integrations.
Move isInAllowedSubnets into the shared file. Add a reciprocal
isInIgnoredSubnets file to utilize the configuration file's
"ignoreSubnets" field.
Add a new function, isIpv4Permitted that combines calls to the
two to return true if an IP address is both allowed and not
ignored, and false otherwise.
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2022-10-27 08:52:24 -05:00
rchac
981b2e5b19
Update cpumap-pping
2022-10-24 19:07:51 -06:00
Robert Chacón
12ca4b6dc8
Update README.md
2022-10-23 18:18:08 -06:00
Robert Chacón
e24f76db43
Update README.md
2022-10-22 16:49:12 -06:00
rchac
abd9f23674
Update cpumap-pping
2022-10-22 14:54:06 -06:00
rchac
0821df4f76
remove cpumap-pping from gitignore
2022-10-22 14:48:29 -06:00
rchac
7307fd7e40
change Switch from xdp-cpumap-tc to cpumap-pping
2022-10-21 22:57:46 -06:00
rchac
c86395bb66
Switch from xdp-cpumap-tc to cpumap-pping
2022-10-21 22:49:50 -06:00
Robert Chacón
298f4aca4c
Update influxDBdashboardTemplate.json
2022-10-21 13:44:22 -06:00
Robert Chacón
1c0da184ec
Merge pull request #138 from thebracket/uisp-integration-unused-routerorstation
...
shapeRouterOrStation is never used - remove it
2022-10-21 08:35:44 -06:00
Herbert Wolverson
0320798071
shapeRouterOrStation is defined in ispConfig.example.py and imported into integrationUISP.py - but is never accessed. This PR removes it, since it doesn't do anything.
...
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2022-10-21 09:31:53 -05:00
Robert Chacón
b270a1c693
Update README.md
2022-10-21 08:21:17 -06:00
Robert Chacón
3bd3311e26
Update README.md
2022-10-21 07:58:11 -06:00
Robert Chacón
f661d8ba74
Implement bug fix https://github.com/rchac/LibreQoS/pull/137
2022-10-21 07:56:51 -06:00
Robert Chacón
798fd39da7
Merge pull request #137 from thebracket/uisp-integration-check-site-none
...
Uisp integration: check ap['device']['site'] for None
2022-10-21 07:52:34 -06:00
Herbert "TheBracket
a44d7ce36f
Merge branch 'rchac:main' into uisp-integration-check-site-none
2022-10-21 06:48:45 -07:00
Herbert Wolverson
6154215867
Running integrationUISP.py against our controller resulted in a crash. Two devices didn't yield proper site information in their ap['device']['site'] record. Both devices were not-yet associated with UISP, so they didn't *have* site information yet. This commit adds a test for this condition, and emits a warning instead of crashing.
...
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2022-10-21 08:48:03 -05:00
Robert Chacón
127d28b976
Update README.md
2022-10-21 07:40:25 -06:00
Robert Chacón
840c8484f8
Update README.md
2022-10-21 07:36:32 -06:00
Robert Chacón
625574a0f1
Update README.md
2022-10-21 07:35:27 -06:00
Robert Chacón
e15233c3fc
Merge pull request #136 from thebracket/uisp-13-example-fix
...
UISPbaseUrl vs uispBaseUrl
2022-10-21 07:05:57 -06:00
Robert Chacón
c4e1fe6f57
Update README.md
2022-10-21 06:59:50 -06:00
Herbert Wolverson
fe3c850206
integrationUISP.py imports "UISPbaseURL" from ispConfig.py, but
...
ispConfig.py lists the example URL as "uispBaseUrl".
Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
2022-10-21 07:57:37 -05:00
Robert Chacón
2261610723
Update LibreQoS.py
2022-10-20 15:59:34 -06:00
Robert Chacón
5aab722ab4
Added toggle for using binpacking module (for flat networks)
2022-10-20 15:54:24 -06:00
Robert Chacón
d858e7da67
Make Mbps explicit
2022-10-20 15:14:24 -06:00
Robert Chacón
bb1cf8c4e4
Make Mbps explicit
2022-10-20 15:14:03 -06:00
Robert Chacón
66b7abc3ab
Update README.md
2022-10-19 20:31:57 -06:00
Robert Chacón
22bc9d03ce
Fix prefix handling in v1.2
2022-10-19 14:44:47 -06:00
Robert Chacón
fb77cbf94c
Update integrationSplynx.py
2022-10-19 13:26:01 -06:00
Robert Chacón
e42f016c32
Update README.md
2022-10-19 12:47:54 -06:00
Robert Chacón
781fb06171
Update scheduler.py
2022-10-19 12:41:03 -06:00
Robert Chacón
0e844808c4
Fix bug - comment field must be blank, not None
2022-10-19 12:40:24 -06:00
Robert Chacón
6ff2c91a86
Update ispConfig.example.py
2022-10-19 12:39:46 -06:00
Robert Chacón
c7bce6ba41
Create integrationSplynx.py
2022-10-19 12:33:37 -06:00
Robert Chacón
112ad227ce
Update ispConfig.example.py
2022-10-19 12:33:21 -06:00
Robert Chacón
20206fa393
Delete lqTools.py
2022-10-18 14:42:36 -06:00
Robert Chacón
12de6a73b1
Update README.md
2022-10-18 14:30:58 -06:00
rchac
5c5eed63f6
add v1.3-alpha
2022-10-18 14:26:43 -06:00
Robert Chacón
cc421a4045
Update README.md
2022-09-30 04:56:12 -06:00
Robert Chacón
b941677f8f
XDP enabled by default, remove usingXDP boolean
2022-09-30 04:54:20 -06:00
Robert Chacón
cdb054d57d
Update README.md
2022-09-30 04:46:15 -06:00
Robert Chacón
58f42855f0
Update README.md
2022-09-30 04:45:43 -06:00
Robert Chacón
c0fa1e3ab9
Introduce full XDP IPv4 + IPv6 support https://github.com/rchac/LibreQoS/issues/11
2022-09-30 04:43:20 -06:00
rchac
53ea81b743
Update xdp-cpumap-tc
2022-09-30 04:29:38 -06:00
lemnonheads
2cc84ab36c
Update xdp-cpumap-tc to latest version
2022-09-30 04:23:19 -06:00
Robert Chacón
84e16b7a14
Update README.md
2022-09-27 13:14:14 -06:00