Commit Graph

754 Commits

Author SHA1 Message Date
Dave Täht
2dc4e21e52
Merge pull request #182 from cclauss/patch-1
Fix typos - thank you!
2023-01-07 12:01:11 -08:00
Christian Clauss
b44afb7654
Fix typos 2023-01-07 08:50:28 +01:00
Robert Chacón
7165b1ff6b
Fix partial relaod bug 2022-12-17 09:29:58 -07:00
Robert Chacón
0e21123b05
Merge pull request #178 from LibreQoE/issue_177_uisp_duplicate_ips
Issue 177 uisp duplicate ips
2022-12-17 07:21:22 -07:00
Herbert Wolverson
85becbd5c6 Do not permit duplicate IP addresses for device
FIXES #177

Apply the change suggested in the issue body: UISP can report
devices with duplicate IP addresses across interfaces. Check
that an IP address is unique before applying it.

Changed for both Flat and Hierarchy networks.
2022-12-17 08:16:35 -06:00
Herbert Wolverson
b9b344464c Change path to network.example.json.
When the repo was rearranged, it broke a unit test that expected
to find network.json.example in the "1.3" folder. It now looks
in the src/ folder, and the test passes.
2022-12-17 08:09:50 -06:00
Robert Chacón
fc00a25c16
Update README.md 2022-12-11 10:58:07 -07:00
Dave Täht
fef70b7029 More test tools 2022-12-11 09:05:09 -08:00
Dave Täht
9c27aae7a6 TCP cong controls 2022-12-11 08:14:18 -08:00
Dave Täht
b0e3c5e289 Some more plans 2022-12-11 08:09:00 -08:00
Dave Täht
113a3f7c96 More gitignore fixes 2022-12-10 21:37:52 -08:00
Dave Täht
88d191604d Jitter plot 2022-12-10 21:37:23 -08:00
Dave Täht
b1b6605b37 More notes about RTT monitoring 2022-12-10 21:19:55 -08:00
Dave Täht
a6ab2a7ecf Added RTT example 2022-12-10 21:04:25 -08:00
Dave Täht
e4a86107e8 Simulation Notes
A rather too-large overview of what the world might look like in a
testbed.
2022-12-10 20:43:44 -08:00
Dave Täht
a1d779f2d4 Clean up .gitignore 2022-12-10 20:43:29 -08:00
Dave Täht
9e984b1216 Major move around of every thing
Clean up old versions
2022-12-07 11:04:54 -08:00
Dave Täht
a45b6aebaa killed v1.2 2022-12-07 10:06:26 -08:00
Dave Täht
ea276db542 Got rid of "beta" everywhere
The v1.3 release features fast latency tracking, partial queue reload,
IPv6 and IPv4 trie support, huge scalability improvements (30k subs
per core now), a Circuit ID identifier and other improvements across the
board.
2022-12-07 10:02:18 -08:00
Dave Täht
afa4bb0556 Fixed rchac backlinks 2022-12-07 10:01:41 -08:00
Dave Täht
e381d22bac Updated readme for some backward compatability notes 2022-12-07 10:00:01 -08:00
Robert Chacón
f3a629c427
Merge pull request #171 from LibreQoE/sqm
Replace fqOrCAKE with sqm as per https://github.com/LibreQoE/LibreQoS/issues/168
2022-12-01 21:27:29 -07:00
Robert Chacón
4fc9dc9350
Update graphInfluxDB.py 2022-12-01 21:22:17 -07:00
Robert Chacón
d02a9be270
Update LibreQoS.py 2022-12-01 21:20:26 -07:00
Robert Chacón
297d66cb56
Update ispConfig.example.py 2022-12-01 21:18:55 -07:00
Robert Chacón
1ae0a2d568
Swtich from using schedule module (unreliable) to simple scheduling . Make sure to add crontab described in wiki 2022-12-01 09:00:30 -07:00
Robert Chacón
a58757839c
Fix bug in partial reload - "argument of type 'int' is not iterable" 2022-12-01 08:51:01 -07:00
Robert Chacón
00c0222c5f
Version of InfluxDB template for InfluxDB v2.5.1. 2022-11-28 14:52:46 -07:00
Robert Chacón
53c945e25c
Merge pull request #166 from interduo/patch-6
bugfix: ShapedDevices.csv needs to have CircuitID in all rows - default file validation failed in v1.3
2022-11-23 06:27:12 -07:00
Interduo
55174dcfe2
bugfix: ShapedDevices.csv needs to have CircuitID in all rows 2022-11-23 11:04:55 +01:00
Robert Chacón
1bd4b46c8e
Revert to version compatible with InfluxDB 2.4 and prior 2022-11-20 20:02:25 -07:00
Robert Chacón
067ec1f1f2
Update logo 2022-11-20 09:28:39 -07:00
Robert Chacón
f9d773a876
Update screenshot 2022-11-20 09:19:46 -07:00
Robert Chacón
3859aad663
Add CPU graphing 2022-11-20 09:18:39 -07:00
Robert Chacón
445ad0fedb
Make cpumap-pping unchangeable again 2022-11-20 09:15:30 -07:00
Robert Chacón
8c7cb38dcb
Make cpumap-pping unchangable again 2022-11-20 09:14:50 -07:00
Robert Chacón
a3a839d803
Standardize timestamps. Add CPU graphing 2022-11-20 09:13:38 -07:00
Robert Chacón
5d2ff90c54
Fix partial reload bug. Also make cpumap-pping unchangable again
There was previously an issue where during the partial reload, LibreQoS.py would fail to parse the network structure correctly. Now resolved.
2022-11-20 09:12:10 -07:00
rchac
d206eda4d8 Pulled newest eversion of cpumap-pping 2022-11-20 01:28:34 -07:00
Dave Täht
d85d2e9996 Cleanup bullets 2022-11-17 14:11:41 -08:00
Dave Täht
a594a47ffb More spelling and grammar fixes 2022-11-17 14:09:16 -08:00
Dave Täht
9e3c4d6114 Some speling, grammar, and other fixes.
This is also a test to see if I can commit directly to the repo.
2022-11-17 13:50:07 -08:00
Robert Chacón
7d0a2eb38c
Add min/max/median to network latency graph 2022-11-15 19:33:10 -07:00
Robert Chacón
d696c832ed
Update README.md 2022-11-15 16:53:20 -07:00
Robert Chacón
ab59ff9d30
Update ispConfig.example.py 2022-11-14 07:46:30 -07:00
Robert Chacón
1552fc342a
Allow choosing between xdp-cpumap-tc and cpumap-pping 2022-11-14 07:44:11 -07:00
Robert Chacón
99b4d74d42
Allow choosing between xdp-cpumap-tc and cpumap-pping 2022-11-14 07:43:20 -07:00
Robert Chacón
2d2a5fa21a
Update scheduler.py 2022-11-14 07:41:38 -07:00
Robert Chacón
1f2ce90589
Update ispConfig.example.py 2022-11-12 21:41:09 -07:00
Robert Chacón
34639328ed
Update README.md 2022-11-11 08:28:34 -07:00