]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
BGP: fix display name of bgp_otc attribute
authorMaria Matejka <mq@ucw.cz>
Fri, 27 Dec 2024 15:22:59 +0000 (16:22 +0100)
committerMaria Matejka <mq@ucw.cz>
Thu, 9 Jan 2025 09:08:27 +0000 (10:08 +0100)
proto/bgp/attrs.c

index 725c469ffd87507e4583b463adaf86f273ffc8d7..5dc06be51bcea74d68d4327ad9c60d127402db1d 100644 (file)
@@ -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,