add cidr4_merger algorithm to the others

This commit is contained in:
Pavel Patsey
2025-01-22 21:47:31 +03:00
parent 3ff3843b58
commit c659e96d3f
3 changed files with 12 additions and 5 deletions
+8 -1
View File
@@ -26,4 +26,11 @@ run
# script declared in pyproject.toml
$ example
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
```