diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-14 15:29:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-14 15:29:58 +0200 |
| commit | 0396d406311e94918b48dd06a34bf4f15d76415c (patch) | |
| tree | f54b97c9348059c1157c60c773b186c6531b4154 /zebra/zebra_routemap.c | |
| parent | 98124e2d6af38e345df373f8e0f36c0f2a7d7c6a (diff) | |
| parent | 097b5973d3ff7556c953329c962d0a8a813087ae (diff) | |
Merge pull request #4304 from donaldsharp/route_map_switch
Route map switch
Diffstat (limited to 'zebra/zebra_routemap.c')
| -rw-r--r-- | zebra/zebra_routemap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c index 5d1cbbe781..5355fa062e 100644 --- a/zebra/zebra_routemap.c +++ b/zebra/zebra_routemap.c @@ -1798,8 +1798,7 @@ static void zebra_route_map_delete(const char *rmap_name) route_map_notify_dependencies(rmap_name, RMAP_EVENT_MATCH_DELETED); } -static void zebra_route_map_event(route_map_event_t event, - const char *rmap_name) +static void zebra_route_map_event(const char *rmap_name) { if (route_map_mark_updated(rmap_name) == 0) zebra_route_map_mark_update(rmap_name); |
