summaryrefslogtreecommitdiffhomepage
path: root/table/table_manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/table_manager.go')
-rw-r--r--table/table_manager.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/table/table_manager.go b/table/table_manager.go
index d0dd9f86..f2ff1ee6 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -138,6 +138,8 @@ func NewTableManager(owner string, rfList []bgp.RouteFamily) *TableManager {
t.Tables[bgp.RF_IPv4_UC] = NewIPv4Table(0)
case bgp.RF_IPv6_UC:
t.Tables[bgp.RF_IPv6_UC] = NewIPv6Table(0)
+ case bgp.RF_IPv4_VPN:
+ t.Tables[bgp.RF_IPv4_VPN] = NewIPv4VPNTable(0)
}
}
t.owner = owner