netns_exists

Function netns_exists 

Source
pub async fn netns_exists(name: &str) -> Result<bool>
Expand description

Checks if a network namespaces exists. TODO: use ip --json netns list here.