CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/09/02 11:08:02
Modified files:
usr.sbin/ldpd : labelmapping.c log.c log.h notification.c
Log message:
Improve logging of sent and received messages.
* Standardize the logging format of sent and received messages:
"msg-[in|out]: message type: lsr-id A.B.C.D [additional info]";
* Log sent label messages as well, not only the received ones;
* Move the logging of sent notification messages from
send_notification_nbr() to send_notification_full(), this way notification
triggered by the lde process are logged as well;
* Minor clean-up.