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

@ -4,6 +4,7 @@ members = [
"libs/xen/xenevtchn",
"libs/xen/xencall",
"libs/xen/xenclient",
"libs/advmac",
"libs/loopdev",
"hypha",
]
@ -40,6 +41,8 @@ path-clean = "1.0.1"
ureq = "2.9.1"
url = "2.5.0"
cli-tables = "0.2.1"
rand = "0.8.5"
arrayvec = "0.7.4"
[workspace.dependencies.uuid]
version = "1.6.1"