mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:27:47 +00:00
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:
commit
3723c05471
@ -522,6 +522,7 @@ lib_route_map_entry_match_condition_rmap_match_condition_probability_destroy(
|
|||||||
case NB_EV_VALIDATE:
|
case NB_EV_VALIDATE:
|
||||||
case NB_EV_PREPARE:
|
case NB_EV_PREPARE:
|
||||||
case NB_EV_ABORT:
|
case NB_EV_ABORT:
|
||||||
|
break;
|
||||||
case NB_EV_APPLY:
|
case NB_EV_APPLY:
|
||||||
return lib_route_map_entry_match_destroy(args);
|
return lib_route_map_entry_match_destroy(args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user