validate_interface_name

Function validate_interface_name 

Source
pub fn validate_interface_name(name: &str) -> Result<()>
Expand description

Validate network interface name to prevent command injection Interface names should only contain alphanumeric chars, hyphens, and underscores