network: start work on NAT implementation

This commit is contained in:
Alex Zenla
2024-02-09 13:06:00 +00:00
parent e8a3eba57d
commit 360506bbdd
18 changed files with 483 additions and 1993 deletions

View File

@ -6,7 +6,6 @@ members = [
"libs/xen/xenclient",
"libs/advmac",
"libs/loopdev",
"libs/ipstack",
"shared",
"container",
"network",
@ -52,6 +51,8 @@ futures = "0.3.30"
ipnetwork = "0.20.0"
udp-stream = "0.0.11"
smoltcp = "0.11.0"
etherparse = "0.14.2"
async-trait = "0.1.77"
[workspace.dependencies.uuid]
version = "1.6.1"