summaryrefslogtreecommitdiffhomepage
path: root/table/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/message.go')
-rw-r--r--table/message.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/table/message.go b/table/message.go
index a5926f11..12a51cf6 100644
--- a/table/message.go
+++ b/table/message.go
@@ -203,6 +203,7 @@ func isSamePathAttrs(pList1 []bgp.PathAttributeInterface, pList2 []bgp.PathAttri
}
func isMergeable(p1 Path, p2 Path) bool {
+ return false
if p1 == nil {
return false
}