]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix bgp active open
authorQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 25 Sep 2017 02:18:15 +0000 (22:18 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 30 Nov 2017 21:18:05 +0000 (16:18 -0500)
commit387f984e580f26ee382e9e7b50c1d5cbe1f6d2dd
tree44b31a503af2d278de8e5c7574355a36e08590f9
parent3fe63c291dbec89ada8f02afea89d00d75d8a62a
bgpd: fix bgp active open

At some point when rearranging FSM code, bgpd lost the ability to
perform active opens because it was only paying attention to POLLIN and
not POLLOUT, when the latter is used to signify a successful connection
in the active case.

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