@ -269,6 +269,7 @@ class OPENBRIDGE(DatagramProtocol):
logger.trace('(%s) *BridgeControl* not sending BCVE, TARGET_IP currently not known',self._system)
defsend_my_bcto(self):
ifself._config['VER']>5:
_hops=1
_hops=_hops.to_bytes(1,'big')
forsysteminself._CONFIG['SYSTEMS']:
@ -758,8 +759,8 @@ class OPENBRIDGE(DatagramProtocol):
_hops=_packet[13:14]
if_hash==_hash2:
logger.trace('(%s) *ProtoControl* BCTO received: %s connected to %s with proto ver. %s',self._system,int_id(_src),int_id(_dst),int.from_bytes(_ver,'big'))