ifcfg-rh: read/write ipv4.dad-timeout using ARPING_WAIT

ARPING_WAIT is used for DAD by Red Hat initscrips (ifup-eth).
This commit is contained in:
Jiří Klimeš
2015-09-08 10:55:11 +02:00
committed by Beniamino Galvani
parent 31ea5a99cb
commit adbbf3aa5c
3 changed files with 29 additions and 3 deletions

View File

@@ -682,6 +682,16 @@ nm_setting_ip4_config_class_init (NMSettingIP4ConfigClass *ip4_class)
G_PARAM_READWRITE |
G_PARAM_STATIC_STRINGS));
/* ---ifcfg-rh---
* property: dad-timeout
* variable: ARPING_WAIT
* default: missing variable means global default (config override or 3)
* description: Timeout (in seconds) for performing DAD before configuring
* IPv4 addresses. 0 turns off the DAD completely, -1 means default value.
* example: ARPING_WAIT=2
* ---end---
*/
/**
* NMSettingIP4Config:dhcp-timeout:
*