Skip to content

libnm-core-aux-intern: Introduce _nm_connection_ensure_setting()

Gris Ge requested to merge cathay4t/NetworkManager:ensure_setting into main

Introducing _nm_connection_ensure_setting() to eliminate the duplicated codes. This function will retrieve the specific setting from connection, if not found, create new one and attach to the connection.

Merge request reports