summaryrefslogtreecommitdiffhomepage
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-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 43960620..4f74a334 100644
--- a/api/grpc_server.go
+++ b/api/grpc_server.go
@@ -273,7 +273,7 @@ func (s *Server) GetRib(ctx context.Context, arg *GetRibRequest) (*GetRibRespons
return &GetRibResponse{Table: &Table{
Type: arg.Table.Type,
- Family: arg.Table.Family,
+ Family: uint32(tbl.GetRoutefamily()),
Destinations: dsts},
}, err
}