mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 11:48:50 +00:00
Merge pull request #4297 from vishaldhingra/rmap
lib : Child rmap not sending an update to parent rmap,if there is an update in child rmap.
This commit is contained in:
commit
c85711a8c9
@ -1838,6 +1838,8 @@ static struct hash *route_map_get_dep_hash(route_map_event_t event)
|
||||
break;
|
||||
case RMAP_EVENT_CALL_ADDED:
|
||||
case RMAP_EVENT_CALL_DELETED:
|
||||
case RMAP_EVENT_MATCH_ADDED:
|
||||
case RMAP_EVENT_MATCH_DELETED:
|
||||
upd8_hash = route_map_dep_hash[ROUTE_MAP_DEP_RMAP];
|
||||
break;
|
||||
case RMAP_EVENT_FILTER_ADDED:
|
||||
|
Loading…
Reference in New Issue
Block a user