@ -1907,6 +1907,8 @@ class routerOBP(OPENBRIDGE):
self.STATUS[_stream_id]['lastSeq'] = False
def process_bcto(self,_src,_dst,_ver):
if _src not in TOPO:
TOPO[_src] = {}
TOPO[_src][_dst] = {
'ver' : _ver,
'time' : time()
Powered by TurnKey Linux.