Page MenuHomeVyOS Platform

openvpn-option needs to be able to support quotes as since openvpn 2.4.
Resolved (N/A)Public

Description

Since openvpn 2.4 some plugins need to be configured with quotes or double quotes but this is not allowed on the vyos configuration cli.

Details

Difficulty level
Unknown (require assessment)
Version
1.3 1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Behavior change

Event Timeline

As Workaround in T3350 set raw option "config /path/to/config/file"

set interfaces openvpn vtun10 openvpn-option 'config /config/openvpn/included.conf'

And declare such raw options in the file "included.conf".

But yes, there difficult to implement another solution.

We have this problem in more then one case. The solution so gar is to use " as quote which we later on render in Jinja2