network: cleanup NAT code and start on IPv6 support

This commit is contained in:
Alex Zenla
2024-02-11 06:43:09 +00:00
parent efe425b346
commit 102cab32c3
10 changed files with 197 additions and 167 deletions

View File

@ -89,6 +89,7 @@ impl Controller {
address: format!("{}/24", ipv4),
gateway: "192.168.42.1".to_string(),
},
ipv6: None,
}),
env,
run,