]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: check flags before attempting keepalive ops 1672/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 24 Jan 2018 22:47:17 +0000 (17:47 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 24 Jan 2018 22:47:17 +0000 (17:47 -0500)
commit096476ddb09fd7bf8946c5429bd9903dd33f3d78
tree9f5cde801d8ebd334a49ac481cfcc6005037fbaf
parentcadc5f3377eec33c17e5cc230b0671c884c3fcca
bgpd: check flags before attempting keepalive ops

If a peer already has keepalives turned on when asking to turn them on,
return immediately. Same thing for turning them off.

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