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 | aba50a83ea59e20bb23929f817560625153a0e25 (patch) | |
| tree | 364bebda19c78d7518a864f62f40079f05cad680 /ldpd/lde.h | |
| parent | d4afb81972d9666d730445fa81090d711fc0d54f (diff) | |
ldpd: implement RFC 6667 (Typed Wildcard FEC for PWid)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ldpd/lde.h')
| -rw-r--r-- | ldpd/lde.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/ldpd/lde.h b/ldpd/lde.h index 148e583466..b3af1bbaa4 100644 --- a/ldpd/lde.h +++ b/ldpd/lde.h @@ -147,6 +147,8 @@ void		 lde_send_labelwithdraw(struct lde_nbr *, struct fec_node *,  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_twcard_pwid(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 *,  | 
