Function ensure_route_present

Source
pub fn ensure_route_present(
    destination: IpNet,
    gateway: IpAddr,
    interface: Option<String>,
) -> Result<(), Error>