diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2017-03-03 21:50:22 +0100 |
commit | aba50a83ea59e20bb23929f817560625153a0e25 (patch) | |
tree | 364bebda19c78d7518a864f62f40079f05cad680 /ldpd/lde.h | |
parent | ldpd: implement RFC 5918 (Typed Wildcard FEC) (diff) | |
download | frr-aba50a83ea59e20bb23929f817560625153a0e25.tar.xz frr-aba50a83ea59e20bb23929f817560625153a0e25.zip |
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 148e58346..b3af1bbaa 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 *, |