diff options
Diffstat (limited to 'table/table_test.go')
-rw-r--r-- | table/table_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/table_test.go b/table/table_test.go index de8b271c..9f1e6f16 100644 --- a/table/table_test.go +++ b/table/table_test.go @@ -107,7 +107,7 @@ func TableCreatePath(peerT []*PeerInfo) []*Path { nlriList := updateMsgT.NLRI pathAttributes := updateMsgT.PathAttributes nlri_info := nlriList[0] - pathT[i] = NewPath(peerT[i], &nlri_info, false, pathAttributes, false, time.Now()) + pathT[i] = NewPath(peerT[i], &nlri_info, false, pathAttributes, false, time.Now(), false) } return pathT } |