pub async fn execute_netstat() -> Result<String, Error>
Execute netstat -rn and return the output
netstat -rn
Returns an error if command execution fails, or the output is not UTF-8