From ffa7233fa1681ac04ba2088521b6ed826f9a27dc Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 8 Aug 2023 16:31:12 +0300 Subject: [PATCH] bgpd: Fix RFC number in a comment Signed-off-by: Donatas Abraitis --- bgpd/bgp_route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index 5f923c598f..4a6e09ea21 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -6145,7 +6145,7 @@ int bgp_nlri_parse_ip(struct peer *peer, struct attr *attr, addpath_id = 0; addpath_capable = bgp_addpath_encode_rx(peer, afi, safi); - /* RFC4771 6.3 The NLRI field in the UPDATE message is checked for + /* RFC4271 6.3 The NLRI field in the UPDATE message is checked for syntactic validity. If the field is syntactically incorrect, then the Error Subcode is set to Invalid Network Field. */ for (; pnt < lim; pnt += psize) { -- 2.39.5