summaryrefslogtreecommitdiffhomepage
path: root/api/grpc_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/grpc_server.go')
-rw-r--r--api/grpc_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/grpc_server.go b/api/grpc_server.go
index 8f75c1c1..8fbe53a2 100644
--- a/api/grpc_server.go
+++ b/api/grpc_server.go
@@ -347,7 +347,7 @@ func (s *Server) MonitorRib(arg *Table, stream GobgpApi_MonitorRibServer) error
w, err := func() (*server.Watcher, error) {
switch arg.Type {
case Resource_GLOBAL:
- return s.bgpServer.Watch(server.WatchBestPath()), nil
+ return s.bgpServer.Watch(server.WatchBestPath(false)), nil
case Resource_ADJ_IN:
if arg.PostPolicy {
return s.bgpServer.Watch(server.WatchPostUpdate(false)), nil