Skip to content

Commit

Permalink
Merge pull request #15367 from rampxxxx/ldp_sync_cleanup
Browse files Browse the repository at this point in the history
ospfd: fix cli shown in running config when turning off ldp-sync
  • Loading branch information
riw777 authored Feb 20, 2024
2 parents c478ea7 + 5d5ac73 commit 5362d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospfd/ospf_ldp_sync.c
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ DEFPY (no_ospf_mpls_ldp_sync,
"Disable MPLS LDP-IGP Sync\n")
{
VTY_DECLVAR_INSTANCE_CONTEXT(ospf, ospf);
ospf_ldp_sync_gbl_exit(ospf, false);
ospf_ldp_sync_gbl_exit(ospf, true);
return CMD_SUCCESS;
}

Expand Down

0 comments on commit 5362d43

Please sign in to comment.