From a53d1945056b6c43c1de5dcaafc5ef92fcd33614 Mon Sep 17 00:00:00 2001 From: Naoto Hanaue Date: Fri, 26 Feb 2016 19:55:28 +0900 Subject: ops: fix and integration the attribute name that indicates the route received from an external resource --- table/destination_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/destination_test.go') diff --git a/table/destination_test.go b/table/destination_test.go index 1bd6c944..f5556175 100644 --- a/table/destination_test.go +++ b/table/destination_test.go @@ -81,7 +81,7 @@ func DestCreatePath(peerD []*PeerInfo) []*Path { nlriList := updateMsgD.NLRI pathAttributes := updateMsgD.PathAttributes nlri_info := nlriList[0] - pathD[i] = NewPath(peerD[i], nlri_info, false, pathAttributes, time.Now(), false, false) + pathD[i] = NewPath(peerD[i], nlri_info, false, pathAttributes, time.Now(), false) } return pathD } -- cgit v1.2.3