Skip to content

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Feb 12, 2025

In bgp_show_table_rd(), the is_last argument is determined using the expression "next == NULL" to check if the RD table is the last one. This helps ensure proper JSON formatting.

However, if next is not NULL but is no longer associated with a BGP table, the JSON output becomes malformed.

Updates the condition to also verify the existence of the next bgp_dest table.

Fixes: 1ae44df ("bgpd: unify 'show bgp' with RD with normal unicast bgp show")


This is an automatic backport of pull request #18120 done by Mergify.

In bgp_show_table_rd(), the is_last argument is determined using the
expression "next == NULL" to check if the RD table is the last one. This
helps ensure proper JSON formatting.

However, if next is not NULL but is no longer associated with a BGP
table, the JSON output becomes malformed.

Updates the condition to also verify the existence of the next bgp_dest
table.

Fixes: 1ae44df ("bgpd: unify 'show bgp' with RD with normal unicast bgp show")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
(cherry picked from commit cf02696)
@Jafaral Jafaral merged commit 3b97f50 into stable/10.2 Feb 13, 2025
16 checks passed
@Jafaral Jafaral deleted the mergify/bp/stable/10.2/pr-18120 branch February 26, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants