From 9f54df220808370dd34d0dab802330c2b4bb81d4 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 12 Feb 2016 10:18:13 +0900 Subject: table: fix gracefull restart regression eor path needs a filter map. Otherwise gobgpd crashes. Signed-off-by: FUJITA Tomonori --- table/path.go | 1 + 1 file changed, 1 insertion(+) (limited to 'table/path.go') diff --git a/table/path.go b/table/path.go index 87ba4212..375ad1af 100644 --- a/table/path.go +++ b/table/path.go @@ -99,6 +99,7 @@ func NewEOR(family bgp.RouteFamily) *Path { nlri: nlri, eor: true, }, + filtered: make(map[string]PolicyDirection), } } -- cgit v1.2.3