mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 14:02:47 +00:00
pathd: 'no mpls-te on' command was not working
Fix the 'no mpls-te on' command. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
This commit is contained in:
parent
0be32df16e
commit
cab69e3f3d
@ -385,7 +385,7 @@ DEFUN (no_path_ted,
|
|||||||
"Disable the TE Database functionality\n")
|
"Disable the TE Database functionality\n")
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
{
|
{
|
||||||
if (ted_state_g.enabled) {
|
if (!ted_state_g.enabled) {
|
||||||
PATH_TED_DEBUG("%s: PATHD-TED: OFF -> OFF", __func__);
|
PATH_TED_DEBUG("%s: PATHD-TED: OFF -> OFF", __func__);
|
||||||
return CMD_SUCCESS;
|
return CMD_SUCCESS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user