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
pub fn set_interface_ip_with_mask(
name: &str,
ip: Ipv4Address,
netmask: Ipv4Address,
) -> Result<(), &'static str>Set IP address with netmask on a network interface