mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
25 lines
721 B
Text
25 lines
721 B
Text
From b58bfcad683f46da9470ad87e8c78e423e04ff97 Mon Sep 17 00:00:00 2001
|
|
From: Maria Matejka <mq@ucw.cz>
|
|
Date: Fri, 27 Dec 2024 16:22:59 +0100
|
|
Subject: [PATCH] BGP: fix display name of bgp_otc attribute
|
|
|
|
---
|
|
proto/bgp/attrs.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c
|
|
index 725c469ff..5dc06be51 100644
|
|
--- proto/bgp/attrs.c
|
|
+++ proto/bgp/attrs.c
|
|
@@ -1192,7 +1192,7 @@ static union bgp_attr_desc bgp_attr_table[BGP_ATTR_MAX] = {
|
|
.decode = bgp_decode_large_community,
|
|
},
|
|
[BA_ONLY_TO_CUSTOMER] = {
|
|
- .name = "otc",
|
|
+ .name = "bgp_otc",
|
|
.type = T_INT,
|
|
.flags = BAF_OPTIONAL | BAF_TRANSITIVE,
|
|
.encode = bgp_encode_u32,
|
|
--
|
|
GitLab
|
|
|