summaryrefslogtreecommitdiffhomepage
path: root/table
diff options
context:
space:
mode:
Diffstat (limited to 'table')
-rw-r--r--table/path.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/table/path.go b/table/path.go
index e22f5780..eaa49bca 100644
--- a/table/path.go
+++ b/table/path.go
@@ -333,6 +333,7 @@ func (path *Path) Clone(isWithdraw bool) *Path {
parent: path,
IsWithdraw: isWithdraw,
IsNexthopInvalid: path.IsNexthopInvalid,
+ attrsHash: path.attrsHash,
}
}