diff options
Diffstat (limited to 'net/bird3/files/patch-14-BGP-fix-dislpay-name')
-rw-r--r-- | net/bird3/files/patch-14-BGP-fix-dislpay-name | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net/bird3/files/patch-14-BGP-fix-dislpay-name b/net/bird3/files/patch-14-BGP-fix-dislpay-name new file mode 100644 index 000000000000..faf53ec128ef --- /dev/null +++ b/net/bird3/files/patch-14-BGP-fix-dislpay-name @@ -0,0 +1,25 @@ +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 + |