> Am 27.01.2021 um 13:56 schrieb Robert Marcano via devel 
> <devel@lists.fedoraproject.org>:
> 
> On 1/25/21 5:53 AM, Peter Boy wrote:
>> With Fedora 33 network configuration is by default persisted in 
>> /etc/NetworkManager/system-connections/*.nmconnection files. The old 
>> /etc/sysconfig/network-scripts/ifcfg* files are „legacy“. They are still 
>> being processed for the time being, but obviously it is time to migrate.
>> (cf 
>> https://fedoraproject.org/wiki/Changes/NetworkManager_keyfile_instead_of_ifcfg_rh).
>> Is there a kind of „mapping“ ifcfg-* —> *-nmconnection. ?
> 
> You can "migrate" using nmcli:
> 
> Save the output of `nmcli connection show <your_connection_name>`, then 
> create a new empty one a do a diff of the new `nmcli connection show 
> <your_connection_name>` with the old one. Set set the differences on the new 
> connection with `nmcli connection modify ...`
> 

Thanks, it worked. Saves the effort of searching for the correct syntax for 
each parameter. Very nice. 


_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to