CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/03 16:44:35
Modified files:
usr.sbin/ldpd : address.c init.c labelmapping.c ldpe.h
notification.c packet.c
Log message:
Kill send_notification_nbr().
Be more clever and trigger the PDU SENT event inside send_notification()
when tcp->nbr is set. This way we can eliminate send_notification_nbr()
and always use send_notification() instead.
