diff options
| author | Christian Franke <chris@opensourcerouting.org> | 2017-06-23 18:47:57 +0200 |
|---|---|---|
| committer | Christian Franke <chris@opensourcerouting.org> | 2017-08-03 11:34:04 +0200 |
| commit | 17c9dcd5f16c9ad132143836fcff728a4eeb4cc4 (patch) | |
| tree | d991f2bb1ee30430b3318c9ecda3454f8d1d1257 /isisd/isis_lsp.h | |
| parent | 0c1bd7588b0d5d51e2e8e72e85ab113504d0584b (diff) | |
isisd: send/receive *SNPs with new parser
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_lsp.h')
| -rw-r--r-- | isisd/isis_lsp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/isisd/isis_lsp.h b/isisd/isis_lsp.h index f149b68964..429cd19423 100644 --- a/isisd/isis_lsp.h +++ b/isisd/isis_lsp.h @@ -72,9 +72,6 @@ void lsp_build_list(u_char *start_id, u_char *stop_id, u_char num_lsps, struct list *list, dict_t *lspdb); void lsp_build_list_nonzero_ht(u_char *start_id, u_char *stop_id, struct list *list, dict_t *lspdb); -void lsp_build_list_ssn(struct isis_circuit *circuit, u_char num_lsps, - struct list *list, dict_t *lspdb); - void lsp_search_and_destroy(u_char *id, dict_t *lspdb); void lsp_purge_pseudo(u_char *id, struct isis_circuit *circuit, int level); void lsp_purge_non_exist(int level, struct isis_link_state_hdr *lsp_hdr, |
