In the driver configuration of the DNP3_TG driver the network interface that can be configured for the UDP listening port or the TCP Dual Endpoint listening port, is not correctly taken over in the runtime. Instead the driver always opens a listening port on 0.0.0.0 (listening on all network cards in the system)
In the driver configuration of the DNP3_TG driver the network interface that can be configured for the UDP listening port or the TCP Dual Endpoint listening port, is not correctly taken over in the runtime. Instead the driver always opens a listening port on 0.0.0.0 (listening on all network cards in the system)
An issue has been addressed in the DNP3_TG driver where the configured network interface for the UDP listening port or the TCP Dual Endpoint listening port was not correctly taken over. Now the driver attempts to open the UDP listening endpoint or the TCP Dual Endpoint listening socket on the configured network card on the target runtime system. Only if this fails the driver will listen on all network interfaces.