|
|
|
@ -960,7 +960,7 @@ class routerOBP(OPENBRIDGE):
|
|
|
|
|
|
|
|
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
_refIgnore = []
|
|
|
|
_refIgnore = []
|
|
|
|
_tgignore = []
|
|
|
|
_tgIgnore = []
|
|
|
|
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)):
|
|
|
|
@ -1391,7 +1391,7 @@ class routerHBP(HBSYSTEM):
|
|
|
|
|
|
|
|
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
_refIgnore = []
|
|
|
|
_refIgnore = []
|
|
|
|
_tgignore = []
|
|
|
|
_tgIgnore = []
|
|
|
|
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)):
|
|
|
|
|