libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfig
authorBeniamino Galvani <bgalvani@redhat.com>
Wed, 3 Feb 2016 10:12:07 +0000 (11:12 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 16 Feb 2016 10:37:26 +0000 (11:37 +0100)
commit206e0748638b160700ae26c81990e0dfc26644ee
tree55658e1a6a40e201a1d41953f7dd7c2ef004dc29
parenta058cf41dc8dd6f952c4652ae689f3ed8ac042d6
libnm,core,cli: move dhcp-timeout property to generic NMSettingIPConfig

The property applies to both IPv4 and IPv6 and so it should not be in
NMSettingIP4Config but in the base class.
clients/cli/settings.c
libnm-core/nm-setting-ip-config.c
libnm-core/nm-setting-ip-config.h
libnm-core/nm-setting-ip4-config.c
libnm-core/nm-setting-ip4-config.h
libnm-core/tests/test-general.c
libnm/libnm.ver
src/devices/nm-device.c
src/settings/plugins/ifcfg-rh/reader.c
src/settings/plugins/ifcfg-rh/writer.c