mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 17:10:08 +01:00
Optional 'ifname' allowed creating connection applicable to all interfaces, which was confusing for some users. Now we require the user to provide ifname to lock the connection for an interface. An "unbound" connection can be created with ifname "*". $ nmcli connection add type eth ifname eth0 $ nmcli connection add type eth now becomes $ nmcli connection add type eth ifname "*" bond, bridge: - when ifname is not specified or is "*", interface name is generated (nm-bond, nm-bridge) vlan: - when ifname is not specified or is "*", vlan device is named "dev.id" Note: the quotes around * are required to suppress shell expansion. |
||
|---|---|---|
| .. | ||
| Makefile.am | ||
| NetworkManager.conf.xml | ||
| NetworkManager.xml | ||
| nm-online.1.in | ||
| nm-system-settings.conf.5.in | ||
| nmcli.1.in | ||