libnm: add NMSettingIPConfig 'dad-timeout' property
authorJiří Klimeš <jklimes@redhat.com>
Mon, 7 Sep 2015 16:00:10 +0000 (18:00 +0200)
committerBeniamino Galvani <bgalvani@redhat.com>
Wed, 20 Jan 2016 10:53:47 +0000 (11:53 +0100)
commit31ea5a99cb0b5c160fca842d563a2cd5b342125a
tree37a8437a8c74cf6d021572fb8ed426899c628365
parentf607a16994eab9c587656f5fe2036d51e9eefa67
libnm: add NMSettingIPConfig 'dad-timeout' property

The property is used to control duplicate address detection:
 * -1 means default value
 * 0 means no DAD is performed
 * > 0 means timeout (in milliseconds) for arping responses

[bgalvani: moved setting from NMSettingIP4Config]
libnm-core/nm-setting-ip-config.c
libnm-core/nm-setting-ip-config.h
libnm-core/tests/test-general.c
libnm/libnm.ver