From c90dc7bcf1caadb23119e638ef7ed576e1c97187 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sun, 21 Dec 2014 21:27:26 -0800 Subject: table: sends updates from AdjRibOut when FSM_ESTABLISHED Signed-off-by: FUJITA Tomonori --- table/table.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/table.go') 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 { -- cgit v1.2.3