mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
As far as NetworkManager is concerned, the "connection.id" (also called "con-name" in nmcli) is a pretty name and does not need to be unique. UI components usually show the "connection.id" instead of the "connection.uuid" identifier. It is hence likely, that the user would not intentionally re-use the same name for multiple connection profiles. Print a warning to stderr when the user adds such a connection. This only affects `nmcli connection add` and `nmcli connection import`, but not `nmcli connection clone` and not interactive edit mode. https://bugzilla.redhat.com/show_bug.cgi?id=1460796 |
||
|---|---|---|
| .. | ||
| agent.c | ||
| agent.h | ||
| common.c | ||
| common.h | ||
| connections.c | ||
| connections.h | ||
| devices.c | ||
| devices.h | ||
| general.c | ||
| general.h | ||
| nmcli-completion | ||
| nmcli.c | ||
| nmcli.h | ||
| polkit-agent.c | ||
| polkit-agent.h | ||
| settings.c | ||
| settings.h | ||
| utils.c | ||
| utils.h | ||