diff --git a/.gitmodules b/.gitmodules index d8b562d7..0a51057d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,18 @@ [submodule "v0.9/xdp-cpumap-tc"] - path = v0.9/xdp-cpumap-tc + path = old/v0.9/xdp-cpumap-tc url = https://github.com/xdp-project/xdp-cpumap-tc.git ignore = dirty [submodule "v1.0/xdp-cpumap-tc"] - path = v1.0/xdp-cpumap-tc + path = old/v1.0/xdp-cpumap-tc url = https://github.com/xdp-project/xdp-cpumap-tc.git ignore = dirty [submodule "v1.1/xdp-cpumap-tc"] - path = v1.1/xdp-cpumap-tc + path = old/v1.1/xdp-cpumap-tc url = https://github.com/xdp-project/xdp-cpumap-tc.git ignore = dirty [submodule "v1.2/xdp-cpumap-tc"] - path = v1.2/xdp-cpumap-tc + path = old/v1.2/xdp-cpumap-tc url = https://github.com/xdp-project/xdp-cpumap-tc.git [submodule "v1.3/cpumap-pping"] - path = v1.3/cpumap-pping + path = src/cpumap-pping url = https://github.com/thebracket/cpumap-pping.git diff --git a/v0.7/LICENSE b/old/v0.7/LICENSE similarity index 100% rename from v0.7/LICENSE rename to old/v0.7/LICENSE diff --git a/v0.7/LibreQoS.py b/old/v0.7/LibreQoS.py similarity index 100% rename from v0.7/LibreQoS.py rename to old/v0.7/LibreQoS.py diff --git a/v0.7/Shaper.csv b/old/v0.7/Shaper.csv similarity index 100% rename from v0.7/Shaper.csv rename to old/v0.7/Shaper.csv diff --git a/v0.7/ispConfig.py b/old/v0.7/ispConfig.py similarity index 100% rename from v0.7/ispConfig.py rename to old/v0.7/ispConfig.py diff --git a/v0.7/scheduled.py b/old/v0.7/scheduled.py similarity index 100% rename from v0.7/scheduled.py rename to old/v0.7/scheduled.py diff --git a/v0.7/stats.py b/old/v0.7/stats.py similarity index 100% rename from v0.7/stats.py rename to old/v0.7/stats.py diff --git a/v0.8/AccessPoints.csv b/old/v0.8/AccessPoints.csv similarity index 100% rename from v0.8/AccessPoints.csv rename to old/v0.8/AccessPoints.csv diff --git a/v0.8/LibreQoS.py b/old/v0.8/LibreQoS.py similarity index 100% rename from v0.8/LibreQoS.py rename to old/v0.8/LibreQoS.py diff --git a/v0.8/README.md b/old/v0.8/README.md similarity index 100% rename from v0.8/README.md rename to old/v0.8/README.md diff --git a/v0.8/Shaper.csv b/old/v0.8/Shaper.csv similarity index 100% rename from v0.8/Shaper.csv rename to old/v0.8/Shaper.csv diff --git a/v0.8/ispConfig.py b/old/v0.8/ispConfig.py similarity index 100% rename from v0.8/ispConfig.py rename to old/v0.8/ispConfig.py diff --git a/v0.8/scheduled.py b/old/v0.8/scheduled.py similarity index 100% rename from v0.8/scheduled.py rename to old/v0.8/scheduled.py diff --git a/v0.8/stats.py b/old/v0.8/stats.py similarity index 100% rename from v0.8/stats.py rename to old/v0.8/stats.py diff --git a/v0.9/AccessPoints.csv b/old/v0.9/AccessPoints.csv similarity index 100% rename from v0.9/AccessPoints.csv rename to old/v0.9/AccessPoints.csv diff --git a/v0.9/Integrations/uispImport.py b/old/v0.9/Integrations/uispImport.py similarity index 100% rename from v0.9/Integrations/uispImport.py rename to old/v0.9/Integrations/uispImport.py diff --git a/v0.9/LibreQoS.py b/old/v0.9/LibreQoS.py similarity index 100% rename from v0.9/LibreQoS.py rename to old/v0.9/LibreQoS.py diff --git a/v0.9/README.md b/old/v0.9/README.md similarity index 100% rename from v0.9/README.md rename to old/v0.9/README.md diff --git a/v0.9/Shaper.csv b/old/v0.9/Shaper.csv similarity index 100% rename from v0.9/Shaper.csv rename to old/v0.9/Shaper.csv diff --git a/v0.9/ispConfig.py b/old/v0.9/ispConfig.py similarity index 100% rename from v0.9/ispConfig.py rename to old/v0.9/ispConfig.py diff --git a/v0.9/scheduled.py b/old/v0.9/scheduled.py similarity index 100% rename from v0.9/scheduled.py rename to old/v0.9/scheduled.py diff --git a/v0.9/xdp-cpumap-tc b/old/v0.9/xdp-cpumap-tc similarity index 100% rename from v0.9/xdp-cpumap-tc rename to old/v0.9/xdp-cpumap-tc diff --git a/v1.0/AccessPoints.csv b/old/v1.0/AccessPoints.csv similarity index 100% rename from v1.0/AccessPoints.csv rename to old/v1.0/AccessPoints.csv diff --git a/v1.0/Integrations/uispImport.py b/old/v1.0/Integrations/uispImport.py similarity index 100% rename from v1.0/Integrations/uispImport.py rename to old/v1.0/Integrations/uispImport.py diff --git a/v1.0/LibreQoS.py b/old/v1.0/LibreQoS.py similarity index 100% rename from v1.0/LibreQoS.py rename to old/v1.0/LibreQoS.py diff --git a/v1.0/README.md b/old/v1.0/README.md similarity index 100% rename from v1.0/README.md rename to old/v1.0/README.md diff --git a/v1.0/Shaper.csv b/old/v1.0/Shaper.csv similarity index 100% rename from v1.0/Shaper.csv rename to old/v1.0/Shaper.csv diff --git a/v1.0/Sites.csv b/old/v1.0/Sites.csv similarity index 100% rename from v1.0/Sites.csv rename to old/v1.0/Sites.csv diff --git a/v1.0/ispConfig.py b/old/v1.0/ispConfig.py similarity index 100% rename from v1.0/ispConfig.py rename to old/v1.0/ispConfig.py diff --git a/v1.0/scheduled.py b/old/v1.0/scheduled.py similarity index 100% rename from v1.0/scheduled.py rename to old/v1.0/scheduled.py diff --git a/v1.0/xdp-cpumap-tc b/old/v1.0/xdp-cpumap-tc similarity index 100% rename from v1.0/xdp-cpumap-tc rename to old/v1.0/xdp-cpumap-tc diff --git a/v1.1/LibreQoS.py b/old/v1.1/LibreQoS.py similarity index 100% rename from v1.1/LibreQoS.py rename to old/v1.1/LibreQoS.py diff --git a/v1.1/README.md b/old/v1.1/README.md similarity index 100% rename from v1.1/README.md rename to old/v1.1/README.md diff --git a/v1.1/Shaper.example.csv b/old/v1.1/Shaper.example.csv similarity index 100% rename from v1.1/Shaper.example.csv rename to old/v1.1/Shaper.example.csv diff --git a/v1.1/graph.py b/old/v1.1/graph.py similarity index 100% rename from v1.1/graph.py rename to old/v1.1/graph.py diff --git a/v1.1/graphBandwidth.py b/old/v1.1/graphBandwidth.py similarity index 100% rename from v1.1/graphBandwidth.py rename to old/v1.1/graphBandwidth.py diff --git a/v1.1/graphLatency.py b/old/v1.1/graphLatency.py similarity index 100% rename from v1.1/graphLatency.py rename to old/v1.1/graphLatency.py diff --git a/v1.1/influxDBdashboardTemplate.json b/old/v1.1/influxDBdashboardTemplate.json similarity index 100% rename from v1.1/influxDBdashboardTemplate.json rename to old/v1.1/influxDBdashboardTemplate.json diff --git a/v1.1/integrationUISP.py b/old/v1.1/integrationUISP.py similarity index 100% rename from v1.1/integrationUISP.py rename to old/v1.1/integrationUISP.py diff --git a/v1.1/ispConfig.example.py b/old/v1.1/ispConfig.example.py similarity index 100% rename from v1.1/ispConfig.example.py rename to old/v1.1/ispConfig.example.py diff --git a/v1.1/lqAPI.py b/old/v1.1/lqAPI.py similarity index 100% rename from v1.1/lqAPI.py rename to old/v1.1/lqAPI.py diff --git a/v1.1/network.example.json b/old/v1.1/network.example.json similarity index 100% rename from v1.1/network.example.json rename to old/v1.1/network.example.json diff --git a/v1.1/scheduled.py b/old/v1.1/scheduled.py similarity index 100% rename from v1.1/scheduled.py rename to old/v1.1/scheduled.py diff --git a/v1.1/xdp-cpumap-tc b/old/v1.1/xdp-cpumap-tc similarity index 100% rename from v1.1/xdp-cpumap-tc rename to old/v1.1/xdp-cpumap-tc diff --git a/v1.2/LibreQoS.py b/old/v1.2/LibreQoS.py similarity index 100% rename from v1.2/LibreQoS.py rename to old/v1.2/LibreQoS.py diff --git a/v1.2/README.md b/old/v1.2/README.md similarity index 100% rename from v1.2/README.md rename to old/v1.2/README.md diff --git a/v1.2/ShapedDevices.example.csv b/old/v1.2/ShapedDevices.example.csv similarity index 100% rename from v1.2/ShapedDevices.example.csv rename to old/v1.2/ShapedDevices.example.csv diff --git a/v1.2/graphBandwidth.py b/old/v1.2/graphBandwidth.py similarity index 100% rename from v1.2/graphBandwidth.py rename to old/v1.2/graphBandwidth.py diff --git a/v1.2/graphLatency.py b/old/v1.2/graphLatency.py similarity index 100% rename from v1.2/graphLatency.py rename to old/v1.2/graphLatency.py diff --git a/v1.2/influxDBdashboardTemplate.json b/old/v1.2/influxDBdashboardTemplate.json similarity index 100% rename from v1.2/influxDBdashboardTemplate.json rename to old/v1.2/influxDBdashboardTemplate.json diff --git a/v1.2/integrationUISP.py b/old/v1.2/integrationUISP.py similarity index 100% rename from v1.2/integrationUISP.py rename to old/v1.2/integrationUISP.py diff --git a/v1.2/ispConfig.example.py b/old/v1.2/ispConfig.example.py similarity index 100% rename from v1.2/ispConfig.example.py rename to old/v1.2/ispConfig.example.py diff --git a/v1.2/lqTools.py b/old/v1.2/lqTools.py similarity index 100% rename from v1.2/lqTools.py rename to old/v1.2/lqTools.py diff --git a/v1.2/mikrotikDHCPRouterList.csv b/old/v1.2/mikrotikDHCPRouterList.csv similarity index 100% rename from v1.2/mikrotikDHCPRouterList.csv rename to old/v1.2/mikrotikDHCPRouterList.csv diff --git a/v1.2/mikrotikFindIPv6.py b/old/v1.2/mikrotikFindIPv6.py similarity index 100% rename from v1.2/mikrotikFindIPv6.py rename to old/v1.2/mikrotikFindIPv6.py diff --git a/v1.2/network.example.json b/old/v1.2/network.example.json similarity index 100% rename from v1.2/network.example.json rename to old/v1.2/network.example.json diff --git a/v1.2/scheduled.py b/old/v1.2/scheduled.py similarity index 100% rename from v1.2/scheduled.py rename to old/v1.2/scheduled.py diff --git a/v1.2/xdp-cpumap-tc b/old/v1.2/xdp-cpumap-tc similarity index 100% rename from v1.2/xdp-cpumap-tc rename to old/v1.2/xdp-cpumap-tc diff --git a/v1.3/INTEGRATION_HOWTO.md b/src/INTEGRATION_HOWTO.md similarity index 100% rename from v1.3/INTEGRATION_HOWTO.md rename to src/INTEGRATION_HOWTO.md diff --git a/v1.3/LibreQoS.py b/src/LibreQoS.py similarity index 100% rename from v1.3/LibreQoS.py rename to src/LibreQoS.py diff --git a/v1.3/README.md b/src/README.md similarity index 100% rename from v1.3/README.md rename to src/README.md diff --git a/v1.3/ShapedDevices.example.csv b/src/ShapedDevices.example.csv similarity index 100% rename from v1.3/ShapedDevices.example.csv rename to src/ShapedDevices.example.csv diff --git a/v1.3/cpumap-pping b/src/cpumap-pping similarity index 100% rename from v1.3/cpumap-pping rename to src/cpumap-pping diff --git a/v1.3/graphInfluxDB.py b/src/graphInfluxDB.py similarity index 100% rename from v1.3/graphInfluxDB.py rename to src/graphInfluxDB.py diff --git a/v1.3/influxDBdashboardTemplate.json b/src/influxDBdashboardTemplate.json similarity index 100% rename from v1.3/influxDBdashboardTemplate.json rename to src/influxDBdashboardTemplate.json diff --git a/v1.3/influxDBdashboardTemplate_v2.5.1.json b/src/influxDBdashboardTemplate_v2.5.1.json similarity index 100% rename from v1.3/influxDBdashboardTemplate_v2.5.1.json rename to src/influxDBdashboardTemplate_v2.5.1.json diff --git a/v1.3/integrationCommon.py b/src/integrationCommon.py similarity index 100% rename from v1.3/integrationCommon.py rename to src/integrationCommon.py diff --git a/v1.3/integrationSplynx.py b/src/integrationSplynx.py similarity index 100% rename from v1.3/integrationSplynx.py rename to src/integrationSplynx.py diff --git a/v1.3/integrationUISP.py b/src/integrationUISP.py similarity index 100% rename from v1.3/integrationUISP.py rename to src/integrationUISP.py diff --git a/v1.3/ispConfig.example.py b/src/ispConfig.example.py similarity index 100% rename from v1.3/ispConfig.example.py rename to src/ispConfig.example.py diff --git a/v1.3/mikrotikDHCPRouterList.csv b/src/mikrotikDHCPRouterList.csv similarity index 100% rename from v1.3/mikrotikDHCPRouterList.csv rename to src/mikrotikDHCPRouterList.csv diff --git a/v1.3/mikrotikFindIPv6.py b/src/mikrotikFindIPv6.py similarity index 100% rename from v1.3/mikrotikFindIPv6.py rename to src/mikrotikFindIPv6.py diff --git a/v1.3/network.example.json b/src/network.example.json similarity index 100% rename from v1.3/network.example.json rename to src/network.example.json diff --git a/v1.3/scheduler.py b/src/scheduler.py similarity index 100% rename from v1.3/scheduler.py rename to src/scheduler.py diff --git a/v1.3/testGraph.py b/src/testGraph.py similarity index 100% rename from v1.3/testGraph.py rename to src/testGraph.py diff --git a/v1.3/testIP.py b/src/testIP.py similarity index 100% rename from v1.3/testIP.py rename to src/testIP.py diff --git a/v1.3/testdata/ispConfig.py b/src/testdata/ispConfig.py similarity index 100% rename from v1.3/testdata/ispConfig.py rename to src/testdata/ispConfig.py diff --git a/v1.3/testdata/sample_layout.png b/src/testdata/sample_layout.png similarity index 100% rename from v1.3/testdata/sample_layout.png rename to src/testdata/sample_layout.png