mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-03 10:13:15 +00:00
Merge pull request #11972 from pguibert6WIND/mpls_te_on
pathd: 'no mpls-te on' command was not working
This commit is contained in:
commit
22432f22da
@ -385,7 +385,7 @@ DEFUN (no_path_ted,
|
||||
"Disable the TE Database functionality\n")
|
||||
/* clang-format on */
|
||||
{
|
||||
if (ted_state_g.enabled) {
|
||||
if (!ted_state_g.enabled) {
|
||||
PATH_TED_DEBUG("%s: PATHD-TED: OFF -> OFF", __func__);
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user