Skip to content

Draft: Offload openvpn file parsing to NetworkManager

Nicolas Fella requested to merge work/nico/openvpnconfig into master

Parsing the file is complex, with many opportunities to get it wrong

We can offload the whole parsing to nm_vpn_editor_plugin_import, which takes a file name and gives us a connection object

From that object we copy the properties to build the map we then return and later pass to NetworkManager

BUG: 396530

Merge request reports