same as before but on obp
This commit is contained in:
parent
6982978651
commit
6b76c0cea6
@ -957,10 +957,9 @@ class routerOBP(OPENBRIDGE):
|
|||||||
|
|
||||||
self.STATUS[_stream_id]['LAST'] = pkt_time
|
self.STATUS[_stream_id]['LAST'] = pkt_time
|
||||||
|
|
||||||
|
|
||||||
for _bridge in BRIDGES:
|
|
||||||
_refIgnore = []
|
_refIgnore = []
|
||||||
_tgIgnore = []
|
_tgIgnore = []
|
||||||
|
for _bridge in BRIDGES:
|
||||||
if _bridge[0:1] != '#':
|
if _bridge[0:1] != '#':
|
||||||
for _system in BRIDGES[_bridge]:
|
for _system in BRIDGES[_bridge]:
|
||||||
if (_system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True and (_bridge not in _tgIgnore)):
|
if (_system['SYSTEM'] == self._system and _system['TGID'] == _dst_id and _system['TS'] == _slot and _system['ACTIVE'] == True and (_bridge not in _tgIgnore)):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user