diff options
author | Naoto Hanaue <hanaue.naoto@po.ntts.co.jp> | 2016-02-17 11:13:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-19 21:14:59 -0800 |
commit | b67befc30abb79bd6c70fbb96437ae6e90cfb274 (patch) | |
tree | 4fdb7bb854091b3f0321e6b10898e71277fe5e83 /table/policy_test.go | |
parent | 496ce6cd0873b492df8190ed2d010a87def9b5e3 (diff) |
ops: maintenance of two-way route exchange
Diffstat (limited to 'table/policy_test.go')
-rw-r--r-- | table/policy_test.go | 2 |
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, |