You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
info!("Network environment is not set up. Setting up...");
9
-
namespace::setup().map_err(|e| eyre::eyre!("Failed to set up network environment: {}", e))?;
8
+
eyre::bail!("Network environment is not set up. Please run '{} setup' to create the necessary network namespaces and virtual ethernet links.", build::PROJECT_NAME);
0 commit comments