logger.trace('(%s) *BridgeControl* sent BCTO. DST: %s, VER: %s',self._system,int_id(self._CONFIG['SYSTEMS'][system]['NETWORK_ID']),self._CONFIG['SYSTEMS'][system]['VER'])
logger.trace('(%s) *BridgeControl* not sending BCTO, TARGET_IP currently not known. DST: %s, VER: %s',self._system,int_id(self._CONFIG['SYSTEMS'][system]['NETWORK_ID']),self._CONFIG['SYSTEMS'][system]['VER'])
else:
logger.trace('(%s) *BridgeControl* not sending BCTO, TARGET_IP currently not known. DST: %s, VER: %s',self._system,int_id(self._CONFIG['SYSTEMS'][system]['NETWORK_ID']),self._CONFIG['SYSTEMS'][system]['VER'])
defretransmit_bcto(self,_string,_hops):
defretransmit_bcto(self,_string,_hops):
@ -758,8 +759,8 @@ class OPENBRIDGE(DatagramProtocol):
_hops=_packet[13:14]
_hops=_packet[13:14]
if_hash==_hash2:
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'))
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'))