@ -362,8 +362,8 @@ class OPENBRIDGE(DatagramProtocol):
#Increment max hops
_inthops = _hops +1
if _inthops > 10:
logger.warning('(%s) MAX HOPS exceed, dropping', self._system)
if _inthops > 20:
logger.warning('(%s) MAX HOPS exceed, dropping. Hops: %s, DST: %s', self._system, _inthops, _int_dst_id)
return
Powered by TurnKey Linux.