mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:25:42 +00:00
Merge pull request #5006 from manuhalo/fix_ftn_uninstall
zebra: fix mpls ftn uninstall
This commit is contained in:
commit
0a0d4f9e2e
@ -2326,8 +2326,10 @@ static int zebra_mpls_cleanup_zclient_labels(struct zserv *client)
|
||||
&args);
|
||||
|
||||
/* Cleanup FTNs. */
|
||||
mpls_ftn_uninstall_all(zvrf, AFI_IP, client->proto);
|
||||
mpls_ftn_uninstall_all(zvrf, AFI_IP6, client->proto);
|
||||
mpls_ftn_uninstall_all(zvrf, AFI_IP,
|
||||
lsp_type_from_re_type(client->proto));
|
||||
mpls_ftn_uninstall_all(zvrf, AFI_IP6,
|
||||
lsp_type_from_re_type(client->proto));
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user