hypha: initialize vif bridge for networking

This commit is contained in:
Alex Zenla
2024-02-02 00:02:44 +00:00
parent 98787193f5
commit 7a6c2dda8c
7 changed files with 618 additions and 3 deletions

View File

@ -31,6 +31,9 @@ uuid = { workspace = true }
workspace = true
features = ["process"]
[dependencies.advmac]
path = "../libs/advmac"
[dependencies.loopdev]
path = "../libs/loopdev"