]> git.puffer.fish Git - mirror/frr.git/commit
ldpd: kill send_notification_nbr()
authorRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Mar 2017 20:50:22 +0000 (17:50 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Fri, 3 Mar 2017 20:50:22 +0000 (17:50 -0300)
commitadbdf4653f3a408900c6be58fbdf497c0439a84e
treeaa8c7de884c844ff0f8ed5fe002c4ce0bd67f096
parent05aac414e69068748a8e6d6f7e3b0bdb74677039
ldpd: 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.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/address.c
ldpd/init.c
ldpd/labelmapping.c
ldpd/ldpe.h
ldpd/notification.c
ldpd/packet.c