CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 12:43:28
Modified files:
usr.sbin/ldpd : ldpd.h socket.c
Log message:
Use SO_BINDANY before binding sockets to the transport-address.
This allows ldpd to start on a system without any IP address and bind
to the transport-address successfully. Without this patch, we'd need to
monitor the new addresses from the kernel and create the network sockets
only when the transport-address is available in the system.
