topo
Simon 3 years ago
parent 047b1df5a4
commit 3657760112

@ -1908,7 +1908,7 @@ class routerOBP(OPENBRIDGE):
self.STATUS[_stream_id]['lastSeq'] = False
def process_bcto(self,_uid,_src,_dst,_ver,_hops):
_uid = int_id(uid)
_uid = int_id(_uid)
_src = int_id(_src)
_dst = int_id(_dst)
_ver = int.from_bytes(_ver,'big')

Loading…
Cancel
Save

Powered by TurnKey Linux.