CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/03 20:34:48
Modified files:
usr.sbin/ldpd : address.c init.c keepalive.c labelmapping.c
ldpd.h ldpe.h neighbor.c notification.c
packet.c
Log message:
Always accept TCP connection requests and identify to which neighbor
it belongs only _after_ receiving an Initialization message containing
the information we need. Before an Initialization message is received,
the TCP connection shouldn't be associated with any neighbor/adjacency.
Therefor refactor that part into a own module.
>From Renato Westphal