Specify interface as cmd arg

This commit is contained in:
2024-08-24 14:17:01 +02:00
parent 5950058c76
commit a7ddc6227a
3 changed files with 227 additions and 2 deletions

View File

@@ -6,4 +6,6 @@ edition = "2021"
[dependencies]
dhcproto = "0.12.0"
hex = "0.4.3"
ipnetwork = "0.20.0"
pnet = "0.35.0"
tokio = { version = "1.39.3", features = ["macros", "net", "rt-multi-thread"] }