From: Maria Matejka Date: Fri, 27 Dec 2024 15:22:59 +0000 (+0100) Subject: BGP: fix display name of bgp_otc attribute X-Git-Tag: v3.0.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2bd489bbcada08e753e785f21ca76985abe7f26;p=thirdparty%2Fbird.git BGP: fix display name of bgp_otc attribute --- diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 725c469ff..5dc06be51 100644 --- a/proto/bgp/attrs.c +++ b/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,