diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-07-28 17:23:29 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-28 17:08:49 +0200 |
commit | 6754fc66505e38338d15f323d2f2dc1afafee8f3 (patch) | |
tree | eba523868ab30e3e73f611c49d74fe7c702f427e /isisd/isis_events.h | |
parent | isisd: API: timers (IIH, CSNP, PSNP) (diff) | |
download | frr-6754fc66505e38338d15f323d2f2dc1afafee8f3.tar.xz frr-6754fc66505e38338d15f323d2f2dc1afafee8f3.zip |
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 c252f3def..e7cfa3509 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, |