Revert "Fix IPV6 send problems"

This reverts commit 3c7f54d7d5.
debug
Simon 3 years ago
parent 15a5633bde
commit f16bbbb653

@ -302,7 +302,7 @@ class OPENBRIDGE(DatagramProtocol):
_h.update(_packet)
_hash = _h.digest()
_packet = b''.join([_packet,_hash])
systems[system].transport.write(_packet, (self._CONFIG['SYSTEMS'][system]['TARGET_IP'], self._CONFIG['SYSTEMS'][system]['TARGET_PORT']))
self.transport.write(_packet, (self._CONFIG['SYSTEMS'][system]['TARGET_IP'], self._CONFIG['SYSTEMS'][system]['TARGET_PORT']))
logger.trace('(%s) *BridgeControl* retransmitted BCTO.',self._system)
else:
logger.trace('(%s) *BridgeControl* not retransmitting BCTO, TARGET_IP currently not known.',self._system)

Loading…
Cancel
Save

Powered by TurnKey Linux.