CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/06/01 13:01:32
Modified files:
usr.sbin/ldpd : address.c labelmapping.c ldpe.c packet.c
Log message:
Improve error handling on session_read
* Don't try to send a Shutdown message if the connection is already
closed or a read error occured;
* As per RFC 5036, send a Shutdown message if an unexpected message is
received during the initialization process;
* Check if the whole LSR ID of received messages is correct;
* On ldpe_dispatch_main(), ignore the messages from the lde process
whose associated neighbor is not in the operational state.
Diff from Renato Westphal