NetworkManager/src/devices
Dan Williams acee2eb9e4 dhcp: fail the device if DHCP fails after having succeeded earlier (rh #1139326)
If DHCP fails to renew or rebind a lease, fail the device since the
IP config is no longer valid.  Commit e2b7c482 was actually wrong for
dhcp[4|6]_fail(), since (ip_state == IP_FAIL) will never be true if
DHCP has ever been started, as IP_FAIL is only set from
nm_device_activate_ip[4|6]_config_timeout(), which obviously will not
be called in DHCP code paths if DHCP has previously succeeded.
2014-10-02 15:02:43 -05:00
..
adsl core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
bluetooth bluez: simplify cleanup of generated PAN connection 2014-09-24 16:45:21 +02:00
team core: pass parent to device factories when creating devices for connections 2014-09-11 12:47:23 -05:00
wifi auth: rename file nm-manager-auth.* to nm-auth-utils.* 2014-09-29 13:00:11 +02:00
wimax core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
wwan core: move device factory type function into factory object 2014-09-11 12:47:23 -05:00
nm-device-bond.c libnm: add bonding option "lacp_rate" to NMSettingBond 2014-10-02 16:36:03 +02:00
nm-device-bond.h bond: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-bridge.c core: fix stray 'break' in switch 2014-09-19 12:07:00 -05:00
nm-device-bridge.h bridge: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-ethernet-utils.c settings: create default wired connection from NMDeviceEthernet 2014-09-11 12:47:07 -05:00
nm-device-ethernet-utils.h settings: create default wired connection from NMDeviceEthernet 2014-09-11 12:47:07 -05:00
nm-device-ethernet.c devices: fix default ethernet connection code 2014-09-30 11:07:25 -04:00
nm-device-ethernet.h ethernet: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-factory.c core: add support for internal device factories 2014-09-11 12:50:15 -05:00
nm-device-factory.h core: add support for internal device factories 2014-09-11 12:50:15 -05:00
nm-device-generic.c all: remove remaining GParamSpec name/blurb strings 2014-06-19 17:45:03 -04:00
nm-device-generic.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-gre.c gre: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-gre.h gre: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-infiniband.c infiniband: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-infiniband.h infiniband: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-logging.h all: fix up multiple-include-guard defines 2014-08-16 10:17:14 -04:00
nm-device-macvlan.c macvlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-macvlan.h macvlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-private.h libnm-core: change all mac-address properties to G_TYPE_STRING 2014-09-04 09:20:10 -04:00
nm-device-tun.c core: fix 'tun' device owner/group property getters 2014-09-19 12:07:00 -05:00
nm-device-tun.h tun: port to internal device factory 2014-09-11 12:50:17 -05:00
nm-device-veth.c veth: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-veth.h veth: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vlan.c vlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vlan.h vlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vxlan.c vxlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device-vxlan.h vxlan: port to internal device factory 2014-09-11 12:50:16 -05:00
nm-device.c dhcp: fail the device if DHCP fails after having succeeded earlier (rh #1139326) 2014-10-02 15:02:43 -05:00
nm-device.h settings: create default wired connection from NMDeviceEthernet 2014-09-11 12:47:07 -05:00