|
|
|
@ -1598,8 +1598,8 @@ class routerHBP(HBSYSTEM):
|
|
|
|
# Iterate the rules dictionary
|
|
|
|
# Iterate the rules dictionary
|
|
|
|
BRIDGE_SEMA.acquire(blocking = True)
|
|
|
|
BRIDGE_SEMA.acquire(blocking = True)
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
for _bridge in BRIDGES:
|
|
|
|
#if (_bridge[0:1] == '#') and (_int_dst_id != 9):
|
|
|
|
if (_bridge[0:1] == '#') and (_int_dst_id != 9):
|
|
|
|
# continue
|
|
|
|
continue
|
|
|
|
for _system in BRIDGES[_bridge]:
|
|
|
|
for _system in BRIDGES[_bridge]:
|
|
|
|
if _system['SYSTEM'] == self._system:
|
|
|
|
if _system['SYSTEM'] == self._system:
|
|
|
|
|
|
|
|
|
|
|
|
|