BUG-185 : implemented Best Path Selection Algorithm.
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPPeer.java
index b91ad204690f3b842973f17d0901b6217cabeb93..c729b8384b6cf6d54cec85f413971f87342565bd 100644 (file)
@@ -56,6 +56,8 @@ public final class BGPPeer implements BGPSessionListener, Peer {
                for (final BgpTableType t : session.getAdvertisedTableTypes()) {
                        this.tables.add(new TablesKey(t.getAfi(), t.getSafi()));
                }
+               this.rib.initTables(session.getBgpId());
+
        }
 
        private void cleanup() {