diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..53d9e2fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ + +v1.1/Shaper.csv +v1.1/network.json +v1.1/ispConfig.py +v1.1/xdp-cpumap-tc/ +v1.1/pping +v1.1/statsByDevice.json +v1.1/statsByParentNode.json +v1.1/*.bak + + + +# Ignore project folders for some IDEs +.idea/ +__pycache__ diff --git a/.gitmodules b/.gitmodules index 86c6932f..99982431 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,16 @@ [submodule "v0.9/xdp-cpumap-tc"] path = 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 url = https://github.com/xdp-project/xdp-cpumap-tc.git + ignore = dirty [submodule "v1.1/xdp-cpumap-tc"] path = 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 url = https://github.com/xdp-project/xdp-cpumap-tc.git + ignore = dirty diff --git a/v1.1/Shaper.csv b/v1.1/Shaper.example.csv similarity index 97% rename from v1.1/Shaper.csv rename to v1.1/Shaper.example.csv index 82b76bfa..4e1cc72d 100644 --- a/v1.1/Shaper.csv +++ b/v1.1/Shaper.example.csv @@ -1,12 +1,12 @@ -ID,AP,MAC,Hostname,IPv4,IPv6,Download Min,Upload Min,Download Max,Upload Max -,AP_A,,Device 1,100.64.0.1,,25,5,155,20 -,AP_A,,Device 2,100.64.0.2,,25,5,105,18 -,AP_9,,Device 3,100.64.0.3,,25,5,105,18 -,AP_9,,Device 4,100.64.0.4,,25,5,105,18 -,AP_11,,Device 5,100.64.0.5,,25,5,105,18 -,AP_11,,Device 6,100.64.0.6,,25,5,90,15 -,AP_1,,Device 7,100.64.0.7,,25,5,155,20 -,AP_1,,Device 8,100.64.0.8,,25,5,105,18 -,AP_7,,Device 9,100.64.0.9,,25,5,105,18 -,AP_7,,Device 10,100.64.0.10,,25,5,105,18 -,Site_1,,Device 11,100.64.0.11,,25,5,105,18 +ID,AP,MAC,Hostname,IPv4,IPv6,Download Min,Upload Min,Download Max,Upload Max +,AP_A,,Device 1,100.64.0.1,,25,5,155,20 +,AP_A,,Device 2,100.64.0.2,,25,5,105,18 +,AP_9,,Device 3,100.64.0.3,,25,5,105,18 +,AP_9,,Device 4,100.64.0.4,,25,5,105,18 +,AP_11,,Device 5,100.64.0.5,,25,5,105,18 +,AP_11,,Device 6,100.64.0.6,,25,5,90,15 +,AP_1,,Device 7,100.64.0.7,,25,5,155,20 +,AP_1,,Device 8,100.64.0.8,,25,5,105,18 +,AP_7,,Device 9,100.64.0.9,,25,5,105,18 +,AP_7,,Device 10,100.64.0.10,,25,5,105,18 +,Site_1,,Device 11,100.64.0.11,,25,5,105,18 diff --git a/v1.1/ispConfig.py b/v1.1/ispConfig.example.py similarity index 100% rename from v1.1/ispConfig.py rename to v1.1/ispConfig.example.py diff --git a/v1.1/network.json b/v1.1/network.example.json similarity index 100% rename from v1.1/network.json rename to v1.1/network.example.json