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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/grpc_server.go b/api/grpc_server.go
index 54fd01ec..419fd2b6 100644
--- a/api/grpc_server.go
+++ b/api/grpc_server.go
@@ -385,6 +385,7 @@ func ToPathApi(path *table.Path) *Path {
Uuid: path.UUID().Bytes(),
IsNexthopInvalid: path.IsNexthopInvalid,
Identifier: nlri.PathIdentifier(),
+ LocalIdentifier: nlri.PathLocalIdentifier(),
}
if s := path.GetSource(); s != nil {
p.SourceAsn = s.AS