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:
Donald Sharp 2019-05-10 09:04:59 -04:00 committed by GitHub
commit c85711a8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: