diff --git a/ifupdown2/addons/address.py b/ifupdown2/addons/address.py index 60a47df..b6a397c 100644 --- a/ifupdown2/addons/address.py +++ b/ifupdown2/addons/address.py @@ -1102,6 +1102,7 @@ class address(AddonWithIpBlackList, moduleBase): tentative = ip_addr_list('tentative') if all(str(ip) not in tentative for ip in ips): break + self.logger.info("%s: dad-interval: sleeping for %s" % (ifaceobj.name, interval)) time.sleep(interval) else: timeout = ','.join(ip for ip in ips if str(ip) not in tentative)