From 6b76c0cea6406dd183000c74e1972e98444d1c1d Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 5 Dec 2020 21:47:51 +0000 Subject: [PATCH] same as before but on obp --- bridge_master.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bridge_master.py b/bridge_master.py index 31af583..5cfc8e2 100755 --- a/bridge_master.py +++ b/bridge_master.py @@ -957,10 +957,9 @@ class routerOBP(OPENBRIDGE): self.STATUS[_stream_id]['LAST'] = pkt_time - + _refIgnore = [] + _tgIgnore = [] for _bridge in BRIDGES: - _refIgnore = [] - _tgIgnore = [] if _bridge[0:1] != '#': 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)):