]> git.proxmox.com Git - mirror_ifupdown2.git/blobdiff - ifupdown2/ifupdown/networkinterfaces.py
Revert "Dad handling"
[mirror_ifupdown2.git] / ifupdown2 / ifupdown / networkinterfaces.py
index 56fa281259f4faa3da2de29c19615a5f4b3dbf7d..c49e68bda90b9927b4922783c33e027f3a8f1113 100644 (file)
@@ -234,7 +234,7 @@ class networkInterfaces():
         except Exception:
             pass
         attrvallist = iface_config.get(newattrname, [])
-        if newattrname in ['scope', 'netmask', 'broadcast', 'preferred-lifetime', 'dad-attempts', 'dad-interval']:
+        if newattrname in ['scope', 'netmask', 'broadcast', 'preferred-lifetime']:
             # For attributes that are related and that can have multiple
             # entries, store them at the same index as their parent attribute.
             # The example of such attributes is 'address' and its related