summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
authorSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2018-06-05 15:27:37 +0900
committerSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2018-06-13 13:57:23 +0900
commit964bb04e22fdbf430d9810f5b362d7844b81e251 (patch)
treeef887cce13a85bd25ee879a3df8fd3324cb1c3d2 /api/gobgp.proto
parent57f103ef345deb493f085525ed1674fe18c1dc0e (diff)
api: Implement Shutdonw()
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index a2c5bbb1..f4243e3b 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -87,6 +87,7 @@ service GobgpApi {
rpc UpdatePeerGroup(UpdatePeerGroupRequest) returns (UpdatePeerGroupResponse) {}
rpc AddDynamicNeighbor(AddDynamicNeighborRequest) returns (AddDynamicNeighborResponse) {}
rpc AddCollector(AddCollectorRequest) returns (AddCollectorResponse) {}
+ rpc Shutdown(ShutdownRequest) returns (ShutdownResponse) {}
}
// Constants for address families
@@ -1317,4 +1318,10 @@ message AddCollectorRequest {
}
message AddCollectorResponse {
+}
+
+message ShutdownRequest{
+}
+
+message ShutdownResponse{
} \ No newline at end of file