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

Module overlay

Module overlay 

Source
Expand description

VXLAN Overlay Network

Provides VXLAN tunnel encapsulation/decapsulation, forwarding database (FDB) MAC learning, and ARP proxy for cross-host container networking.

Structs§

ArpProxyEntry
ARP proxy entry: maps IP to MAC for remote containers.
FdbEntry
FDB entry: maps MAC to remote VTEP IP.
VxlanHeader
VXLAN header (8 bytes).
VxlanOverlay
VXLAN overlay network manager.
VxlanTunnel
VXLAN tunnel configuration.

Enums§

VxlanError
VXLAN overlay error.

Type Aliases§

MacAddress
MAC address (6 bytes).