1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addons: address: update modinfo for dad attributes

Help infos came from the ifupdown (original) manual.
This commit is contained in:
Adrien Banlin
2022-03-25 12:51:19 +01:00
parent 06a49cda4f
commit cccdaa46a8

View File

@ -68,6 +68,14 @@ class address(AddonWithIpBlackList, moduleBase):
'example': ['netmask 255.255.255.0'],
'compat': True
},
'dad-attempts': {
'help': 'Number of attempts to settle DAD (0 to disable DAD). Default value: "60"',
'example': ['dad-attempts 0'],
},
'dad-interval': {
'help': 'DAD state polling interval in seconds. Default value: "0.1"',
'example': ['dad-interval 0.5'],
},
'broadcast': {
'help': 'The broadcast address on the interface.',
'validvals': ['<ipv4>'],