Blame SOURCES/readme-ifcfg-rh.txt

762929
NetworkManager stores new network profiles in keyfile format in the
762929
/etc/NetworkManager/system-connections/ directory.
762929
762929
Previously, NetworkManager stored network profiles in ifcfg format
762929
in this directory (/etc/sysconfig/network-scripts/). However, the ifcfg
762929
format is deprecated. By default, NetworkManager no longer creates
762929
new profiles in this format.
762929
762929
Connection profiles in keyfile format have many benefits. For example,
762929
this format is INI file-based and can easily be parsed and generated.
762929
762929
Each section in NetworkManager keyfiles corresponds to a NetworkManager
762929
setting name as described in the nm-settings(5) and nm-settings-keyfile(5)
762929
man pages. Each key-value-pair in a section is one of the properties
762929
listed in the settings specification of the man page.
762929
762929
If you still use network profiles in ifcfg format, consider migrating
762929
them to keyfile format. To migrate all profiles at once, enter:
762929
762929
# nmcli connection migrate
762929
762929
This command migrates all profiles from ifcfg format to keyfile
762929
format and stores them in /etc/NetworkManager/system-connections/.
762929
762929
Alternatively, to migrate only a specific profile, enter:
762929
762929
# nmcli connection migrate <profile_name|UUID|D-Bus_path>
762929
762929
For further details, see:
762929
* nm-settings-keyfile(5)
762929
* nmcli(1)