CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2016/06/08 17:30:07
Modified files: usr.sbin/ldpd : ldpd.c ldpe.c Log message: Fix quick reconnect when the transport address is changed. When the transport address is changed, we can't try to reconnect to the neighbors inside merge_af() because the ldpe process still didn't receive the new network sockets from the parent at this point. To resolve this, try to reconnect just after we receive these sockets.