
Route Endpoints
Force route updates to propagate immediately instead of waiting for the next scheduled interval.
Trigger now:
curl -X POST http://localhost:8080/routes/advertise
POST /routes/advertise
Trigger immediate route advertisement.
Request: Empty body
Response:
{
"status": "triggered",
"message": "route advertisement triggered"
}
Example:
curl -X POST http://localhost:8080/routes/advertise
Use Cases
Trigger immediate advertisement after:
- Configuration changes
- Adding new exit routes
- Network topology changes
Normally routes are advertised periodically based on routing.advertise_interval (default 2 minutes).
See Also
- CLI - Routes - View local route table
- Routing Configuration - Configure route advertisement