diff --git a/bridge_master.py b/bridge_master.py index 74c1b88..ec7bc6a 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -2052,7 +2052,7 @@ class routerHBP(HBSYSTEM): #We want to ignore this system and TS combination if it's called again for this packet # _sysIgnore.append((_target,_target['TS'])) - #If target has missed 6 (on 1 min) of keepalives, don't send + #If target has missed 6 (in 1 min) of keepalives, don't send if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < pkt_time - 60: return