We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4535900 commit b60d0e1Copy full SHA for b60d0e1
bgpd/bgp_table.c
@@ -101,7 +101,7 @@ inline struct bgp_dest *bgp_dest_unlock_node(struct bgp_dest *dest)
101
* bgp_node_destroy
102
*/
103
static void bgp_node_destroy(route_table_delegate_t *delegate,
104
- struct route_table *table, struct route_node *node)
+ struct route_table *table, struct route_node *node)
105
{
106
struct bgp_dest *dest;
107
struct bgp_table *rt;
@@ -110,8 +110,8 @@ static void bgp_node_destroy(route_table_delegate_t *delegate,
110
if (dest) {
111
if (rt->bgp) {
112
bgp_addpath_free_node_data(&rt->bgp->tx_addpath,
113
- &dest->tx_addpath,
114
- rt->afi, rt->safi);
+ &dest->tx_addpath,
+ rt->afi, rt->safi);
115
}
116
XFREE(MTYPE_BGP_NODE, dest);
117
node->info = NULL;
0 commit comments