mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 07:12:55 +00:00
Merge pull request #3796 from donaldsharp/mpls_deletion_cleanup
zebra: Deletion of a lsp is not a failure event
This commit is contained in:
commit
c919c6b6ef
@ -1800,9 +1800,10 @@ void zebra_mpls_lsp_dplane_result(struct zebra_dplane_ctx *ctx)
|
||||
break;
|
||||
|
||||
case DPLANE_OP_LSP_DELETE:
|
||||
flog_warn(EC_ZEBRA_LSP_DELETE_FAILURE,
|
||||
"LSP Deletion Failure: in-label %u",
|
||||
dplane_ctx_get_in_label(ctx));
|
||||
if (status != ZEBRA_DPLANE_REQUEST_SUCCESS)
|
||||
flog_warn(EC_ZEBRA_LSP_DELETE_FAILURE,
|
||||
"LSP Deletion Failure: in-label %u",
|
||||
dplane_ctx_get_in_label(ctx));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user