Actions
Bug #16360
closedOpenVPN Custom Options Lack Carriage Returns on config.xml Restore
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
OpenVPN
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.8.0
Affected Architecture:
Description
When restoring a config that has OpenVPN custom options, all line items will be "mashed together" on one line without their proper carriage returns for spacing out each line in the custom config.
This can cause issues where a config.xml that is restored from backup will not allow a server or client to start because the custom options are invalid and lacking proper spacing.
For example:
custom-option1
custom-option2
custom-option3
will be presented as follows on a config restore:
custom-option1custom-option2custom-option3
Tested on both 25.07 and 2.8.0, but I don't believe this a new bug exclusive to this version, as I've seen it on previous Plus and CE releases.
Files
Actions