summaryrefslogtreecommitdiffhomepage
path: root/table
diff options
context:
space:
mode:
Diffstat (limited to 'table')
-rw-r--r--table/path.go1
1 files changed, 1 insertions, 0 deletions
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),
}
}