pub fn set_interface_config(
ip: Ipv4Address,
mask: Ipv4Address,
gw: Option<Ipv4Address>,
)Expand description
Set the interface IP configuration (called by DHCP or manual config).
pub fn set_interface_config(
ip: Ipv4Address,
mask: Ipv4Address,
gw: Option<Ipv4Address>,
)Set the interface IP configuration (called by DHCP or manual config).