mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:46:08 +00:00
Merge pull request #15367 from rampxxxx/ldp_sync_cleanup
ospfd: fix cli shown in running config when turning off ldp-sync
This commit is contained in:
commit
5362d43456
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user