Skip to content

Commit

Permalink
Merge pull request #15199 from FRRouting/mergify/bp/stable/9.0/pr-15193
Browse files Browse the repository at this point in the history
bgpd: fix route-map match probability deconfiguration callback (backport #15193)
  • Loading branch information
donaldsharp authored Jan 23, 2024
2 parents 31dec19 + 96b7e5a commit c5f7024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bgpd/bgp_routemap_nb_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ lib_route_map_entry_match_condition_rmap_match_condition_probability_destroy(
case NB_EV_VALIDATE:
case NB_EV_PREPARE:
case NB_EV_ABORT:
break;
case NB_EV_APPLY:
return lib_route_map_entry_match_destroy(args);
}
Expand Down

0 comments on commit c5f7024

Please sign in to comment.