0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-20 16:01:53 +00:00

BGP: fix display name of bgp_otc attribute

This commit is contained in:
Maria Matejka 2024-12-27 16:22:59 +01:00
parent c3c12e1b4f
commit b58bfcad68

View File

@ -1192,7 +1192,7 @@ static union bgp_attr_desc bgp_attr_table[BGP_ATTR_MAX] = {
.decode = bgp_decode_large_community, .decode = bgp_decode_large_community,
}, },
[BA_ONLY_TO_CUSTOMER] = { [BA_ONLY_TO_CUSTOMER] = {
.name = "otc", .name = "bgp_otc",
.type = T_INT, .type = T_INT,
.flags = BAF_OPTIONAL | BAF_TRANSITIVE, .flags = BAF_OPTIONAL | BAF_TRANSITIVE,
.encode = bgp_encode_u32, .encode = bgp_encode_u32,