Skip to content

keyfile_plugin: vethsetup rework

Vladimír Beneš requested to merge vb/vethsetup_with_keyfile_plugin_rework into master

We need to use /etc/NetworkManager/system-connections/ instead of /etc/sysconfig/network-scripts/ to store connections. We need to check which plugin is default and deploy /tmp/nm_plugin_keyfiles if keyfiles. We use the same concept for storing backup of eth0 connection in /tmp. Restore in environment is handled the same way too but with different path if /tmp/nm_plugin_keyfiles exist.

Merge request reports