From 45d88b1a364a5809e12d7ecc0a3d9a13bf0a087f Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 10 Dec 2018 22:24:10 +0000 Subject: [PATCH] Add getRoutes and getSourceSubnets --- admin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/admin.md b/admin.md index 5fbd31d..25e93bf 100644 --- a/admin.md +++ b/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: