CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/11/08 02:59:45
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Introduce rde_update_queue_pending() similar to rib_dump_pending() it checks
if there are any neighbors that have pending updates. If so the timeout of
the poll loop is set to 0 so that the work is completet ASAP.
The regress test was not working because of this. The RDE was stuck in poll()
instead of sending the updates out.
Tested and OK denis@
