diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2018-09-27 14:23:06 +0200 | 
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2018-10-05 14:05:28 +0200 | 
| commit | a5b5e946ce1d20173f522345354a59b5025fe138 (patch) | |
| tree | 9bd0efc951e1e9b8950fff31fc93213bcaded7f3 /isisd/isis_lsp.h | |
| parent | 52df822874baeda7d542cd1d0f43049beed5cc90 (diff) | |
isisd: Replace isis_event_adjacency_state_change with a hook
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_lsp.h')
| -rw-r--r-- | isisd/isis_lsp.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index 4e6379447c..4beee10081 100644 --- a/isisd/isis_lsp.h +++ b/isisd/isis_lsp.h @@ -101,5 +101,6 @@ int lsp_print_all(struct vty *vty, dict_t *lspdb, char detail, char dynhost);  /* sets SRMflags for all active circuits of an lsp */  void lsp_set_all_srmflags(struct isis_lsp *lsp, bool set);  void lsp_flood(struct isis_lsp *lsp, struct isis_circuit *circuit); +void lsp_init(void);  #endif /* ISIS_LSP */  | 
