Skip to content
Commit 9b22aa54 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Offload VPN file parsing to NetworkManager

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

We then can use NM's client API to add that connection

This closely matches what "nmcli connection import" does

BUG: 396530
parent cad520be
Pipeline #309710 passed with stage
in 7 minutes and 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment