mirror of
https://github.com/edera-dev/krata.git
synced 2026-04-03 05:10:18 +00:00
fix(network): allocate host ip from allocation pool (#353)
This commit is contained in:
@@ -97,7 +97,7 @@ fn default_network_ipv4() -> DaemonIpv4NetworkConfig {
|
||||
}
|
||||
|
||||
fn default_network_ipv4_subnet() -> String {
|
||||
"10.75.80.0/24".to_string()
|
||||
"10.75.0.0/16".to_string()
|
||||
}
|
||||
|
||||
fn default_network_ipv6() -> DaemonIpv6NetworkConfig {
|
||||
|
||||
Reference in New Issue
Block a user