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 bd1f1885..1b0d70be 100644
--- a/api/grpc_server.go
+++ b/api/grpc_server.go
@@ -258,6 +258,7 @@ func ToPathApi(path *table.Path) *Path {
IsFromExternal: path.IsFromExternal(),
NoImplicitWithdraw: path.NoImplicitWithdraw(),
Uuid: path.UUID().Bytes(),
+ IsNexthopInvalid: path.IsNexthopInvalid,
}
if s := path.GetSource(); s != nil {
p.SourceAsn = s.AS