slimctl controller link
List, add, and remove inter-domain links registered at the Controller. The add and remove subcommands are available in API-managed mode only (when no topology is set in the Controller config).
Usage
slimctl controller link <COMMAND>
Subcommands
| Command | Aliases | Description |
|---|---|---|
list |
ls |
List all links registered at the Controller |
add |
— | Add a topology link between two domains (API-managed mode only) |
remove |
rm |
Remove a topology link between two domains (API-managed mode only) |
Inherited Options
Options inherited from slimctl controller and slimctl:
| Flag | Short | Default | Description |
|---|---|---|---|
--server |
— | 127.0.0.1:50051 |
Controller gRPC endpoint |
--timeout |
— | 15s |
gRPC request timeout |
--basic-auth-creds |
-b |
— | Basic auth credentials (username:password) |
--tls.ca_file |
— | — | Path to TLS CA certificate |
--tls.cert_file |
— | — | Path to client TLS certificate |
--tls.key_file |
— | — | Path to client TLS private key |
--tls.insecure_skip_verify |
— | false |
Skip TLS certificate verification |