diff options
| author | Christian Franke <nobody@nowhere.ws> | 2016-07-28 17:23:29 +0200 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-28 11:08:49 -0400 |
| commit | 6754fc66505e38338d15f323d2f2dc1afafee8f3 (patch) | |
| tree | eba523868ab30e3e73f611c49d74fe7c702f427e /isisd/isis_events.h | |
| parent | 01bb08b6dc9798bccb53a823de0b67d59239eee1 (diff) | |
isisd: API: LSP-MTU & area level
Yet more CLI functions in isis_vty.c using more nice setters.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_events.h')
| -rw-r--r-- | isisd/isis_events.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/isisd/isis_events.h b/isisd/isis_events.h index c252f3def9..e7cfa3509e 100644 --- a/isisd/isis_events.h +++ b/isisd/isis_events.h @@ -23,11 +23,6 @@ #define _ZEBRA_ISIS_EVENTS_H /* - * Events related to area - */ -void isis_event_system_type_change (struct isis_area *area, int newtype); - -/* * Events related to circuit */ void isis_event_circuit_state_change (struct isis_circuit *circuit, |
