diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2019-08-08 20:57:13 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2019-09-10 05:01:10 +0200 |
commit | ea6b290bf6a29aa06888c93dae9bec4581ce686f (patch) | |
tree | 87adcd62077218a576850849b302cfa556ec3ee2 /lib/log.c | |
parent | zebra: improve cleanup of MPLS labels when zclient disconnects (diff) | |
download | frr-ea6b290bf6a29aa06888c93dae9bec4581ce686f.tar.xz frr-ea6b290bf6a29aa06888c93dae9bec4581ce686f.zip |
lib, zebra: add new MPLS zapi message with route replace semantics
This new message makes it possible to install/reinstall LSPs with
multiple nexthops using a single ZAPI message.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/log.c')
-rw-r--r-- | lib/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1041,6 +1041,7 @@ static const struct zebra_desc_table command_types[] = { DESC_ENTRY(ZEBRA_INTERFACE_LINK_PARAMS), DESC_ENTRY(ZEBRA_MPLS_LABELS_ADD), DESC_ENTRY(ZEBRA_MPLS_LABELS_DELETE), + DESC_ENTRY(ZEBRA_MPLS_LABELS_REPLACE), DESC_ENTRY(ZEBRA_IPMR_ROUTE_STATS), DESC_ENTRY(ZEBRA_LABEL_MANAGER_CONNECT), DESC_ENTRY(ZEBRA_LABEL_MANAGER_CONNECT_ASYNC), |