set_interface_ip_with_mask

Function set_interface_ip_with_mask 

Source
pub fn set_interface_ip_with_mask(
    name: &str,
    ip: Ipv4Address,
    netmask: Ipv4Address,
) -> Result<(), &'static str>
Expand description

Set IP address with netmask on a network interface