From f891f4438d65e93d5a8224b1b579c9c089c91c27 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 14 Sep 2004 13:54:30 +0000 Subject: Isisd is now able to remove addresses from circuit and trigger LSP updates if it's done. Some random fixes as well and update to sample configuration. --- isisd/isis_events.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'isisd/isis_events.c') diff --git a/isisd/isis_events.c b/isisd/isis_events.c index a99869b9..16c69910 100644 --- a/isisd/isis_events.c +++ b/isisd/isis_events.c @@ -303,6 +303,20 @@ 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 -- cgit v1.2.1