⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

set_interface_config

Function set_interface_config 

Source
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).