Comment 17 for bug 1697345

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/33815
Committed: http://github.com/Juniper/contrail-controller/commit/ae93d0a80bdfdfc76bd13a3b9a3979019ab4a40a
Submitter: Zuul (<email address hidden>)
Branch: R3.2

commit ae93d0a80bdfdfc76bd13a3b9a3979019ab4a40a
Author: Nischal Sheth <email address hidden>
Date: Mon Jul 17 14:00:14 2017 -0700

Support idle-timeout after prefix-limit is exceeded

If a session is terminated because the configured prefix-limit is
exceeded, do not allow it to get established till the configured
idle-timeout is exceeded.

Any significant change to the bgp peering, which would cause the
session to reset, results in the idle timer being cancelled and
the session being allowed to re-establish. Of course, the session
would still be subject to the configured prefix-limit after it
comes up again.

Change-Id: I007ada064df9b93352a4c50ff0511083331bc55d
Closes-Bug: 1697345