Fix issue with network netmask handling

This commit is contained in:
2023-12-05 18:55:16 +01:00
parent e579a3aadd
commit 7bf4e87df1
4 changed files with 50 additions and 3 deletions

View File

@ -39,3 +39,4 @@ rand = "0.8.5"
bytes = "1.5.0"
tokio = "1.32.0"
futures = "0.3.28"
ipnetwork = "0.20.0"