pub async fn interface_mtu( netns: Option<&str>, interface: &str, mtu: usize, ) -> Result<()>
Sets an interface’s MTU.