diff options
Diffstat (limited to 'api/util.go')
-rw-r--r-- | api/util.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/util.go b/api/util.go index ec17d54a..ea385862 100644 --- a/api/util.go +++ b/api/util.go @@ -120,5 +120,6 @@ func (p *Path) ToNativePath(option ...ToNativeOption) (*table.Path, error) { if p.Filtered { path.Filter("", table.POLICY_DIRECTION_IN) } + path.IsNexthopInvalid = p.IsNexthopInvalid return path, nil } |