topo
Simon 3 years ago
parent aad811c080
commit 0d2d6fc5ea

@ -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()

Loading…
Cancel
Save

Powered by TurnKey Linux.