|
|
|
@ -2052,7 +2052,7 @@ class routerHBP(HBSYSTEM):
|
|
|
|
#We want to ignore this system and TS combination if it's called again for this packet
|
|
|
|
#We want to ignore this system and TS combination if it's called again for this packet
|
|
|
|
# _sysIgnore.append((_target,_target['TS']))
|
|
|
|
# _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:
|
|
|
|
if _target_system['ENHANCED_OBP'] and '_bcka' in _target_system and _target_system['_bcka'] < pkt_time - 60:
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|
|