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

@ -55,6 +55,7 @@ etherparse = "0.14.2"
async-trait = "0.1.77"
bytes = "1.5.0"
path-absolutize = "3.1.1"
tokio-tun = "0.11.2"
[workspace.dependencies.uuid]
version = "1.6.1"