diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 17:50:22 -0300 | 
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 17:50:22 -0300 | 
| commit | d4afb81972d9666d730445fa81090d711fc0d54f (patch) | |
| tree | 50eb9c287f7cb1ff7b2b0c87f03c58b29c3cb8a8 /ldpd/lde.h | |
| parent | 8819fc38a0610e5828b7cc65fbbfc42e6ea1cc6a (diff) | |
ldpd: implement RFC 5918 (Typed Wildcard FEC)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.h')
| -rw-r--r-- | ldpd/lde.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index 367ba254db..148e583466 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -145,6 +145,8 @@ void		 lde_send_labelmapping(struct lde_nbr *, struct fec_node *,  void		 lde_send_labelwithdraw(struct lde_nbr *, struct fec_node *,  		    struct map *, struct status_tlv *);  void		 lde_send_labelwithdraw_wcard(struct lde_nbr *, uint32_t); +void		 lde_send_labelwithdraw_twcard_prefix(struct lde_nbr *, +		    uint16_t, uint32_t);  void		 lde_send_labelwithdraw_pwid_wcard(struct lde_nbr *, uint16_t,  		    uint32_t);  void		 lde_send_labelrelease(struct lde_nbr *, struct fec_node *, @@ -181,6 +183,7 @@ void		 lde_kernel_remove(struct fec *, int, union ldpd_addr *,  void		 lde_kernel_update(struct fec *);  void		 lde_check_mapping(struct map *, struct lde_nbr *);  void		 lde_check_request(struct map *, struct lde_nbr *); +void		 lde_check_request_wcard(struct map *, struct lde_nbr *);  void		 lde_check_release(struct map *, struct lde_nbr *);  void		 lde_check_release_wcard(struct map *, struct lde_nbr *);  void		 lde_check_withdraw(struct map *, struct lde_nbr *);  | 
