diff options
Diffstat (limited to 'api/gobgp.proto')
-rw-r--r-- | api/gobgp.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/api/gobgp.proto b/api/gobgp.proto index 51298fb9..8f6f87d6 100644 --- a/api/gobgp.proto +++ b/api/gobgp.proto @@ -36,7 +36,6 @@ service GobgpApi { rpc AddPath(AddPathRequest) returns (AddPathResponse) {} rpc DeletePath(DeletePathRequest) returns (DeletePathResponse) {} rpc MonitorRib(Table) returns (stream Destination) {} - rpc MonitorBestChanged(Arguments) returns (stream Destination) {} rpc MonitorPeerState(Arguments) returns (stream Peer) {} rpc EnableMrt(EnableMrtRequest) returns (EnableMrtResponse) {} rpc DisableMrt(DisableMrtRequest) returns (DisableMrtResponse) {} |