hypha: work in progress implementation of outbound internet access

This commit is contained in:
Alex Zenla
2024-02-06 14:35:55 +00:00
parent 44d3799dd3
commit cfe8887c6b
18 changed files with 2102 additions and 66 deletions

View File

@ -6,6 +6,7 @@ members = [
"libs/xen/xenclient",
"libs/advmac",
"libs/loopdev",
"libs/ipstack",
"shared",
"container",
"network",
@ -49,7 +50,7 @@ rtnetlink = "0.14.1"
netlink-packet-route = "0.19.0"
futures = "0.3.30"
ipnetwork = "0.20.0"
smoltcp = "0.11.0"
udp-stream = "0.0.11"
[workspace.dependencies.uuid]
version = "1.6.1"