summaryrefslogtreecommitdiff
path: root/pimd/pim_routemap.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2019-05-14 15:29:58 +0200
committerGitHub <noreply@github.com>2019-05-14 15:29:58 +0200
commit0396d406311e94918b48dd06a34bf4f15d76415c (patch)
treef54b97c9348059c1157c60c773b186c6531b4154 /pimd/pim_routemap.c
parent98124e2d6af38e345df373f8e0f36c0f2a7d7c6a (diff)
parent097b5973d3ff7556c953329c962d0a8a813087ae (diff)
Merge pull request #4304 from donaldsharp/route_map_switch
Route map switch
Diffstat (limited to 'pimd/pim_routemap.c')
-rw-r--r--pimd/pim_routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_routemap.c b/pimd/pim_routemap.c
index 4230c127ad..2de94e9031 100644
--- a/pimd/pim_routemap.c
+++ b/pimd/pim_routemap.c
@@ -36,7 +36,7 @@ static void pim_route_map_delete(const char *rmap_name)
route_map_notify_dependencies(rmap_name, RMAP_EVENT_MATCH_DELETED);
}
-static void pim_route_map_event(route_map_event_t event, const char *rmap_name)
+static void pim_route_map_event(const char *rmap_name)
{
route_map_notify_dependencies(rmap_name, RMAP_EVENT_MATCH_ADDED);
}