mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Merge commit 'c7e843c1' into thread-merge-2.16
This commit is contained in:
commit
145fcd3180
@ -2816,6 +2816,7 @@ avoid routing loops.
|
||||
<item> <rfc id="9072"> - Extended Optional Parameters Length for BGP OPEN Message
|
||||
<item> <rfc id="9117"> - Revised Validation Procedure for BGP Flow Specifications
|
||||
<item> <rfc id="9234"> - Route Leak Prevention and Detection Using Roles
|
||||
<item> <rfc id="9687"> - Send Hold Timer
|
||||
</itemize>
|
||||
|
||||
<sect1>Route selection rules
|
||||
@ -3254,8 +3255,7 @@ using the following configuration parameters:
|
||||
Send hold timer drops the session if the neighbor is sending keepalives,
|
||||
but does not receive our messages, causing the TCP connection to stall.
|
||||
This may happen due to malfunctioning or overwhelmed neighbor. See
|
||||
<HTMLURL URL="https://datatracker.ietf.org/doc/draft-ietf-idr-bgp-sendholdtimer/"
|
||||
name="draft-ietf-idr-bgp-sendholdtimer"> for more details.
|
||||
<rfc id="9687"> for more details.
|
||||
|
||||
Like the option <cf/keepalive time/, the effective value depends on the
|
||||
negotiated hold time, as it is scaled to maintain proportion between the
|
||||
|
@ -104,6 +104,7 @@
|
||||
* RFC 9072 - Extended Optional Parameters Length for BGP OPEN Message
|
||||
* RFC 9117 - Revised Validation Procedure for BGP Flow Specifications
|
||||
* RFC 9234 - Route Leak Prevention and Detection Using Roles
|
||||
* RFC 9687 - Send Hold Timer
|
||||
* draft-uttaro-idr-bgp-persistence-04
|
||||
* draft-walton-bgp-hostname-capability-02
|
||||
*/
|
||||
|
@ -3342,7 +3342,7 @@ static struct {
|
||||
{ 6, 8, "Out of Resources" },
|
||||
{ 7, 0, "Invalid ROUTE-REFRESH message" }, /* [RFC7313] */
|
||||
{ 7, 1, "Invalid ROUTE-REFRESH message length" }, /* [RFC7313] */
|
||||
{ 8, 0, "Send hold timer expired" }, /* [draft-ietf-idr-bgp-sendholdtimer] */
|
||||
{ 8, 0, "Send hold timer expired" }, /* [RFC9687] */
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user