added a new client-side endpoint /_ctl/client-conns/{conn_id}/routes-spsp/{port_id}

This commit is contained in:
2025-01-09 23:02:50 +09:00
parent 7f8d5e270a
commit a147ed64ec
4 changed files with 164 additions and 2 deletions

View File

@ -37,5 +37,5 @@
Run this command:
```
curl -X POST --data-binary @client-route.json http://127.0.0.1:7777/_ctl/client-conns/0/routes
curl -X POST --data-binary @client-route.json http://127.0.0.1:7777/_ctl/client-conns/1/routes
```