diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2025-01-09 22:58:36 +0100 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2025-01-09 23:07:38 +0100 |
| commit | 4516e09a236bb31d6e852eadfb05f9576e4db7da (patch) | |
| tree | 5c2d947f22448c924040427c8613edf8d6bda02e /net/bird3/files/patch-14-BGP-fix-dislpay-name | |
| parent | math/gp2c: upgrade to 0.0.14 (diff) | |
net/bird3: Add new branch 3.x (multithreaded)
Warning: Consider version 3.0.0 to be unstable.
PR: 283403
Sponsored by: Netflix
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 + |
