-
Notifications
You must be signed in to change notification settings - Fork 460
Closed
Labels
Description
Hello ExaBGP maintainers,
I noticed a small typo on the RFC Compliance wiki page https://github.com/Exa-Networks/exabgp/wiki/RFC-Information
For RFC 5549, the hyperlink text is incorrectly displayed as RFC 5492.
Here's a patch to the markdown code fixing it:
diff --git a/RFC-Information.md b/RFC-Information.md
index 59f51c7..651222a 100644
--- a/RFC-Information.md
+++ b/RFC-Information.md
@@ -18,7 +18,7 @@ ExaBGP MAY violate some of the SHALL/MUST requirement of some RFC (most likely b
* [RFC 4762](http://tools.ietf.org/rfc/rfc4762.txt) - Virtual Private LAN Service (VPLS) Using Label Distribution Protocol (LDP) Signaling
* [RFC 4893](http://www.ietf.org/rfc/rfc4893.txt) - BGP Support for Four-octet AS Number Space
* [RFC 5492](http://www.ietf.org/rfc/rfc5492.txt) - Capabilities Advertisement with BGP-4, Obsoletes 3392,2842
- * [RFC 5492](http://www.ietf.org/rfc/rfc5549.txt) - Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop, Obsoletes 3392,2842
+ * [RFC 5549](http://www.ietf.org/rfc/rfc5549.txt) - Advertising IPv4 Network Layer Reachability Information with an IPv6 Next Hop, Obsoletes 3392,2842
* [RFC 5396](http://www.ietf.org/rfc/rfc5396.txt) - Textual Representation of Autonomous System (AS) Numbers
* [RFC 5492](http://www.ietf.org/rfc/rfc5492.txt) - Capabilities Advertisement with BGP-4
* [RFC 5575](http://www.ietf.org/rfc/rfc5575.txt) - Dissemination of Flow Specification Rules
ikelly-nokia