diff options
Diffstat (limited to 'ldpd/lde.h')
-rw-r--r-- | ldpd/lde.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index e09be01ec..dee6f3fcb 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -200,6 +200,7 @@ void lde_route_update_release(struct iface *, int); void lde_route_update_release_all(int); struct lde_addr *lde_address_find(struct lde_nbr *, int, union ldpd_addr *); +void lde_allow_broken_lsp_update(int new_config); /* lde_lib.c */ void fec_init(struct fec_tree *); |