-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Nov 30, 2023
1 parent
07d0537
commit cc4cd27
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<reference anchor="RFC.9494" target="https://www.rfc-editor.org/info/rfc9494"> | ||
<front> | ||
<title>Long-Lived Graceful Restart for BGP</title> | ||
<author fullname="J. Uttaro" initials="J." surname="Uttaro"> | ||
<organization/> | ||
</author> | ||
<author fullname="E. Chen" initials="E." surname="Chen"> | ||
<organization/> | ||
</author> | ||
<author fullname="B. Decraene" initials="B." surname="Decraene"> | ||
<organization/> | ||
</author> | ||
<author fullname="J. Scudder" initials="J." surname="Scudder"> | ||
<organization/> | ||
</author> | ||
<author> | ||
<organization>RFC Series</organization> | ||
</author> | ||
<date year="2023" month="November"/> | ||
<workgroup>idr</workgroup> | ||
<abstract> | ||
<t>This document introduces a BGP capability called the "Long-Lived Graceful Restart Capability" (or "LLGR Capability"). The benefit of this capability is that stale routes can be retained for a longer time upon session failure than is provided for by BGP Graceful Restart (as described in RFC 4724). A well-known BGP community called "LLGR_STALE" is introduced for marking stale routes retained for a longer time. A second well-known BGP community called "NO_LLGR" is introduced for marking routes for which these procedures should not be applied. We also specify that such long-lived stale routes be treated as the least preferred and that their advertisements be limited to BGP speakers that have advertised the capability. Use of this extension is not advisable in all cases, and we provide guidelines to help determine if it is.</t> | ||
<t>This memo updates RFC 6368 by specifying that the LLGR_STALE community must be propagated into, or out of, the path attributes exchanged between the Provider Edge (PE) and Customer Edge (CE) routers.</t> | ||
</abstract> | ||
</front> | ||
<seriesInfo name="DOI" value="10.17487/RFC9494"/> | ||
<seriesInfo name="RFC" value="9494"/> | ||
<seriesInfo name="IETF"/> | ||
</reference> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Wed Nov 29 15:13:52 UTC 2023 | ||
Thu Nov 30 15:12:35 UTC 2023 |