network: implement host bridging

This commit is contained in:
Alex Zenla
2024-03-03 13:36:39 +00:00
parent 2eeb8d5034
commit 25a02f5491
5 changed files with 157 additions and 3 deletions

View File

@ -20,6 +20,7 @@ etherparse = { workspace = true }
async-trait = { workspace = true }
uuid = { workspace = true }
bytes = { workspace = true }
tokio-tun = { workspace = true }
[dependencies.advmac]
path = "../libs/advmac"