Antonio Cebrián

Results 1 comments of Antonio Cebrián

Looking at the source code I guess that the error comes from "setup.rs": ``` debug!("{:?}", "Setting up..."); let network_options = network::types::NetworkOptions::load(input_file)?; let firewall_driver = match firewall::get_supported_firewall_driver() { Ok(driver) => driver,...