From b344eb3777e5088f0a97d585e81e546363ea4101 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Tue, 12 Jan 2016 21:18:08 +0900 Subject: table: kill unused field medSetByTargetNeighbor Signed-off-by: ISHIDA Wataru --- 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 105d7104..a606cff6 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, false, time.Now(), false) + pathD[i] = NewPath(peerD[i], nlri_info, false, pathAttributes, time.Now(), false) } return pathD } -- cgit v1.2.3