summaryrefslogtreecommitdiffhomepage
path: root/api/gobgp.proto
diff options
context:
space:
mode:
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r--api/gobgp.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto
index 6d3f6f74..0ce3cf36 100644
--- a/api/gobgp.proto
+++ b/api/gobgp.proto
@@ -15,11 +15,11 @@
syntax = "proto3";
-package api;
+package gobgpapi;
// Interface exported by the server.
-service Grpc {
+service GobgpApi {
rpc GetNeighbors(Arguments) returns (stream Peer) {}
rpc GetNeighbor(Arguments) returns (Peer) {}
rpc GetRib(Arguments) returns (stream Destination) {}