]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_io.c
bgpd: be more promiscuous with updgrp packets
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 12 Jun 2017 21:16:40 +0000 (21:16 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:03 +0000 (16:18 -0500)
commitbbac44ace545066d0d43370e63baa77ceade9242
treefa13cfd3dd9f3b4fa9c7a834b697c8e3589b2259
parent2fc102e16bc2e430bf56198ca9ff73666b483693
bgpd: be more promiscuous with updgrp packets

Slightly incorrect trigger for generating update group packets. In order
to match semantics of previous bgp_write() we need to trigger
update-group packet generation after every write operation, even if no
packets were written. Of course if we're tearing down the session we can
still skip this operation.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_io.c