mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 00:30:26 +00:00
Add getRoutes and getSourceSubnets
This commit is contained in:
parent
286fadbc80
commit
45d88b1a36
12
admin.md
12
admin.md
@ -231,6 +231,12 @@ Returns zero or more strings containing the enabled multicast peering interfaces
|
||||
|
||||
If zero strings are returned then it is implied that multicast peering is not allowed on any interface.
|
||||
|
||||
#### `getRoutes`
|
||||
|
||||
Expects no additional request fields.
|
||||
|
||||
Returns zero or more records where the subnet (`string`) is mapped to the public key (`string`).
|
||||
|
||||
#### `addRoute`
|
||||
|
||||
Expects:
|
||||
@ -255,6 +261,12 @@ Returns:
|
||||
- Zero or more successful `string` routes in the `"removed"` section
|
||||
- Zero or more failed `string` routes in the `"not_removed"` section
|
||||
|
||||
#### `getSourceSubnets`
|
||||
|
||||
Expects no additional request fields.
|
||||
|
||||
Returns zero or more records for allowed crypto-key routing source subnets (`string`).
|
||||
|
||||
#### `addSourceSubnet`
|
||||
|
||||
Expects:
|
||||
|
Loading…
Reference in New Issue
Block a user