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

create_veth_pair

Function create_veth_pair 

Source
pub fn create_veth_pair(
    host_name: &str,
    container_name: &str,
    namespace_id: u64,
) -> VethPair
Expand description

Create a veth pair with generated MACs.