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

Module ipam

Module ipam 

Source
Expand description

IPAM (IP Address Management)

Provides bitmap-based IP address allocation for container networking with per-subnet management and overflow detection.

Structs§

IpamAllocator
Bitmap-based IP address allocator for a single subnet.
IpamConfig
IPAM configuration for a subnet.

Enums§

IpamError
IPAM error.