Merge pull request #15193 from idryzhov/fix-bgp-rmap-probability

bgpd: fix route-map match probability deconfiguration callback
This commit is contained in:
Donatas Abraitis 2024-01-23 08:49:30 +02:00 committed by GitHub
commit b27f4e2435
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);
}