]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: re-add update-group write triggers
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 12 Jun 2017 20:20:50 +0000 (20:20 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:03 +0000 (16:18 -0500)
commit2fc102e16bc2e430bf56198ca9ff73666b483693
treeed25d95387935f2007ff3ade0be3f536b8fc5c8d
parente9aac3a29a997e144cb51a66da491ce5ccfdabce
bgpd: re-add update-group write triggers

Removed in earlier version where the I/O pthread busy-waited for packets
to be posted to an output queue. Now that it's poll()-based, it's
necessary once again. Although this time we can say what we're actually
doing instead of a side effect of a write job.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_updgrp.c
bgpd/bgp_updgrp.h
bgpd/bgp_updgrp_adv.c
bgpd/bgp_updgrp_packet.c