Fixed quotations

This commit is contained in:
Leon Schoch
2023-08-15 15:30:09 +02:00
parent 5a1595aa21
commit 678f88a6af
7 changed files with 83 additions and 6 deletions

View File

@@ -75,4 +75,34 @@ YEAR = 2002
year = 2019,
month = aug,
abstract = {Well-known BGP communities are manipulated differently across various current implementations, resulting in difficulties for operators. Network operators should deploy consistent community handling across their networks while taking the inconsistent behaviors from the various BGP implementations into consideration. This document recommends specific actions to limit future inconsistency: namely, BGP implementors must not create further inconsistencies from this point forward. These behavioral changes, though subtle, actually update RFC 1997.},
}
}
@misc{rfc1998,
series = {Request for Comments},
number = 1998,
howpublished = {RFC 1998},
publisher = {RFC Editor},
doi = {10.17487/RFC1998},
url = {https://www.rfc-editor.org/info/rfc1998},
author = {Tony J. Bates and Enke Chen},
title = {{An Application of the BGP Community Attribute in Multi-home Routing}},
pagetotal = 9,
year = 1996,
month = aug,
abstract = {This document presents an application of the BGP community attribute {[}2{]} in simplifying the implementation and configuration of routing policies in the multi-provider Internet. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.},
}
@misc{rfc4271,
series = {Request for Comments},
number = 4271,
howpublished = {RFC 4271},
publisher = {RFC Editor},
doi = {10.17487/RFC4271},
url = {https://www.rfc-editor.org/info/rfc4271},
author = {Yakov Rekhter and Susan Hares and Tony Li},
title = {{A Border Gateway Protocol 4 (BGP-4)}},
pagetotal = 104,
year = 2006,
month = jan,
abstract = {This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol. The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced. BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths. This document obsoletes RFC 1771. {[}STANDARDS-TRACK{]}},
}