Merge pull request #15198 from FRRouting/mergify/bp/stable/9.1/pr-15193

bgpd: fix route-map match probability deconfiguration callback (backport #15193)
This commit is contained in:
Donald Sharp 2024-01-23 10:36:46 -05:00 committed by GitHub
commit 3723c05471
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}