summaryrefslogtreecommitdiffhomepage
path: root/table/policy_test.go
diff options
context:
space:
mode:
authorNaoto Hanaue <hanaue.naoto@po.ntts.co.jp>2016-02-17 11:13:46 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2016-02-19 21:14:59 -0800
commitb67befc30abb79bd6c70fbb96437ae6e90cfb274 (patch)
tree4fdb7bb854091b3f0321e6b10898e71277fe5e83 /table/policy_test.go
parent496ce6cd0873b492df8190ed2d010a87def9b5e3 (diff)
ops: maintenance of two-way route exchange
Diffstat (limited to 'table/policy_test.go')
-rw-r--r--table/policy_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/policy_test.go b/table/policy_test.go
index 38b55794..8874a2f6 100644
--- a/table/policy_test.go
+++ b/table/policy_test.go
@@ -876,7 +876,7 @@ func TestAsPathCondition(t *testing.T) {
bgp.NewAs4PathParam(asPathAttrType, ases),
}
pathAttributes := []bgp.PathAttributeInterface{bgp.NewPathAttributeAsPath(aspathParam)}
- p := NewPath(nil, nil, false, pathAttributes, time.Time{}, false)
+ p := NewPath(nil, nil, false, pathAttributes, time.Time{}, false, false)
return astest{
path: p,
result: result,