Provide intelligent routing fabric services for relay networks with client-to-address mapping and dynamic route resolution capabilities. This networking component maintains routing tables that map client identifiers to network addresses, enabling efficient packet forwarding in multi-tenant and distributed relay environments. Essential for implementing relay servers, multi-tenant network services, dynamic address resolution, and scalable routing in distributed systems requiring centralized traffic management and client isolation.
Tags: IO, INGRESS, EGRESS
| Field | Type | Optional | Description | Default Value |
|---|
| Input | String | No | | |
| Output | String | No | | |
| Routes | Routes | No | Routing table entries mapping client IDs to their network addresses | |
| Fabric Type | Fabric Type | No | Type of routing fabric to use (currently supports IP-based routing) | |
Routes
| Field | Type | Optional | Description | Default Value |
|---|
| Client Id | Uint32 | No | Unique identifier for the client associated with this route | |
| Route | String | No | Network address or route specification for reaching this client | |
Fabric Type