Comment 18 for bug 1697345

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

Reviewed: https://review.opencontrail.org/33719
Committed: http://github.com/Juniper/contrail-controller/commit/81cb81470a4775b073526e98f9d5a4bb7ca2181b
Submitter: Zuul (<email address hidden>)
Branch: master

commit 81cb81470a4775b073526e98f9d5a4bb7ca2181b
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