mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
OpenVPN does have many options. To make it manageable, these options are created by using a generic template. The necessary information for the template is defined for each OpenVpn option in a single line. This is very confusing and has the following disadvantages. * Difficult to read, as the lines are very long with line breaks. * A change in the option causes the entire line to be marked as changed. This complicates the review process, as it is not immediately apparent what has been changed. The current format offers no advantage during development, as the code will be minimised later anyway. Therefore, this commit reformats the OpenVPN template option to make the individual elements of the template easier to recognise. Signed-off-by: Florian Eckert <fe@dev.tdt.de>