summaryrefslogtreecommitdiffhomepage
path: root/table/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/table.go')
-rw-r--r--table/table.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/table.go b/table/table.go
index 85110f7b..f60c2dfb 100644
--- a/table/table.go
+++ b/table/table.go
@@ -65,7 +65,7 @@ func insert(table Table, path Path) Destination {
table.validateNlri(path.GetNlri())
dest = getOrCreateDest(table, path.GetNlri())
- if path.isWithdraw() {
+ if path.IsWithdraw() {
// withdraw insert
dest.addWithdraw(path)
} else {