Blame SOURCES/readme-ifcfg-rh.txt

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