mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
network: cleanup NAT code and start on IPv6 support
This commit is contained in:
@ -89,6 +89,7 @@ impl Controller {
|
||||
address: format!("{}/24", ipv4),
|
||||
gateway: "192.168.42.1".to_string(),
|
||||
},
|
||||
ipv6: None,
|
||||
}),
|
||||
env,
|
||||
run,
|
||||
|
Reference in New Issue
Block a user