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

Module routing

Module routing 

Source
Expand description

Routing daemon implementations for VeridianOS

Provides dynamic routing protocol support:

  • RIP v2 (RFC 2453) - Distance-vector routing
  • OSPF (RFC 2328) - Link-state routing (single area)

Modules§

ospf
OSPF routing daemon (RFC 2328)
rip
RIP v2 routing daemon (RFC 2453)