Cidr4 merge algorithm #5

Merged
PavelPatsey merged 91 commits from CIDR4_merge_algorithm into main 2025-01-27 22:05:39 +03:00
2 changed files with 6 additions and 7 deletions
Showing only changes of commit fa9b4073b7 - Show all commits
-7
View File
@@ -27,10 +27,3 @@ run
$ example $ example
run run
``` ```
Run different merging algorithms:
```
python -m vpn_manager.cidr4_merge.cidr4_merger
python -m vpn_manager.cidr4_merge.fast
python -m vpn_manager.cidr4_merge.precise
```
+6
View File
@@ -0,0 +1,6 @@
Run merging algorithms:
```
python -m vpn_manager.cidr4_merge.cidr4_merger
python -m vpn_manager.cidr4_merge.fast
python -m vpn_manager.cidr4_merge.precise
```