mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 12:18:13 +02:00
In the past networkmanager did not allow to manually disconnect devices. Manually disconnected devices will not be automatically reconnected until one of the following events occur: 1. user activates a connection for the currently disconnected device 2. network manager awakes from hibernate/suspend 3. network manager is restarted (e.g. reboot) Add a Disconnect method to generic NMDevice dbus interface; set a new private autoconnect_inhibit flag if Disconnect method is called through dbus. Based on this auto activation for devices gets inhibited until one of the above events occur. |
||
|---|---|---|
| .. | ||
| all.xml | ||
| errors.xml | ||
| generic-types.xml | ||
| Makefile.am | ||
| nm-access-point.xml | ||
| nm-active-connection.xml | ||
| nm-device-bt.xml | ||
| nm-device-cdma.xml | ||
| nm-device-ethernet.xml | ||
| nm-device-gsm.xml | ||
| nm-device-olpc-mesh.xml | ||
| nm-device-serial.xml | ||
| nm-device-wifi.xml | ||
| nm-device.xml | ||
| nm-dhcp4-config.xml | ||
| nm-exported-connection.xml | ||
| nm-ip4-config.xml | ||
| nm-ip6-config.xml | ||
| nm-manager-client.xml | ||
| nm-manager.xml | ||
| nm-ppp-manager.xml | ||
| nm-settings-system.xml | ||
| nm-settings.xml | ||
| nm-vpn-connection.xml | ||
| nm-vpn-plugin.xml | ||
| vpn-errors.xml | ||