Actions
Bug #12641
closedOpenVPN GUI Config Editor removes newlines of "Custom options" field in parsing
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
OpenVPN
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
0.25 h
Release Notes:
Default
Affected Plus Version:
Affected Architecture:
Description
- Create an OpenVPN Server using the UI with multiple "custom options", e.g. two Push directives like
push "dhcp-option DNS 10.0.0.53" push "dhcp-option DNS 10.1.0.53"
- Save the config
- Open the config
- The custom options lost its newlines:
push "dhcp-option DNS 10.0.0.53"push "dhcp-option DNS 10.1.0.53"
- -> Saving the config without correcting the error stops the OpenVPN server from starting
Using pfSense+ 21.05.2-RELEASE (not select-able in the drop-down here)
Related issues
Updated by Jim Pingle almost 3 years ago
- Status changed from New to Not a Bug
This is expected behavior and not a bug. As stated in the text under that field and in the documentation, directives in that box must be separated by a semicolon.
Updated by Marcos M over 2 years ago
- Has duplicate Bug #13232: Restoring Config with OpenVPN Custom Options Removes Carriage Returns added
Actions