summaryrefslogtreecommitdiff
path: root/isisd/isis_events.c
diff options
context:
space:
mode:
Diffstat (limited to 'isisd/isis_events.c')
-rw-r--r--isisd/isis_events.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/isisd/isis_events.c b/isisd/isis_events.c
index 4f843887..353c29ba 100644
--- a/isisd/isis_events.c
+++ b/isisd/isis_events.c
@@ -295,20 +295,6 @@ isis_event_adjacency_state_change (struct isis_adjacency *adj, int newstate)
return;
}
-void
-isis_event_int_reach_change (struct isis_circuit *circuit)
-{
- if (!circuit || !circuit->area)
- return;
-
- zlog_info ("ISIS-Evt (%s) Internal reachability change",
- circuit->area->area_tag);
-
- lsp_regenerate_schedule (circuit->area);
-
- return;
-}
-
/* events supporting code */
int
@@ -331,7 +317,7 @@ isis_event_dis_status_change (struct thread *thread)
}
void
-isis_event_auth_failure (char *area_tag, char *error_string, char *sysid)
+isis_event_auth_failure (char *area_tag, char *error_string, u_char *sysid)
{
zlog_info ("ISIS-Evt (%s) Authentication failure %s from %s",
area_tag, error_string, sysid_print (sysid));