]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - ifupdown2/addons/address.py
addons: address: update modinfo for dad attributes
[mirror_ifupdown2.git] / ifupdown2 / addons / address.py
index 45b7f9173902f8a5f3ce1f3c8b6bf94fcbc01229..510b76b518fd590add5e8d6cb53945acd16e6d91 100644 (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>'],