diff options
Diffstat (limited to 'api/grpc_server.go')
-rw-r--r-- | api/grpc_server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/grpc_server.go b/api/grpc_server.go index cb83b132..3b8f2fe4 100644 --- a/api/grpc_server.go +++ b/api/grpc_server.go @@ -370,6 +370,7 @@ func ToPathApi(path *table.Path) *Path { NoImplicitWithdraw: path.NoImplicitWithdraw(), Uuid: path.UUID().Bytes(), IsNexthopInvalid: path.IsNexthopInvalid, + Identifier: nlri.PathIdentifier(), } if s := path.GetSource(); s != nil { p.SourceAsn = s.AS |