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 d4da1735..8d3b18ca 100644
--- a/table/table_manager.go
+++ b/table/table_manager.go
@@ -131,6 +131,8 @@ func NewTableManager(owner string, rfList []bgp.RouteFamily) *TableManager {
t.Tables[bgp.RF_EVPN] = NewEVPNTable(0)
case bgp.RF_ENCAP:
t.Tables[bgp.RF_ENCAP] = NewEncapTable()
+ case bgp.RF_RTC_UC:
+ t.Tables[bgp.RF_RTC_UC] = NewRouteTargetTable()
}
}
t.owner = owner