From cccdaa46a899dfbb66625c2218d718aa4b019f2e Mon Sep 17 00:00:00 2001 From: Adrien Banlin Date: Fri, 25 Mar 2022 12:51:19 +0100 Subject: [PATCH] addons: address: update modinfo for dad attributes Help infos came from the ifupdown (original) manual. --- ifupdown2/addons/address.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ifupdown2/addons/address.py b/ifupdown2/addons/address.py index 45b7f91..510b76b 100644 --- a/ifupdown2/addons/address.py +++ b/ifupdown2/addons/address.py @@ -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': [''],