]> git.ipfire.org Git - people/stevee/network.git/blobdiff - src/functions/functions.constants
dhclient: Add support for DHCPv6 and PD
[people/stevee/network.git] / src / functions / functions.constants
index 6c11c4ac7e9cfdeb8acd6e48ebc0aad5c132f8ba..4233f76f95b98be24413ce6e815d12214c760e73 100644 (file)
@@ -60,6 +60,11 @@ EXIT_TRUE=0
 EXIT_FALSE=1
 EXIT_UNKNOWN=2
 
+# Exit codes for IPv6 duplicate address detection (DAD)
+EXIT_DAD_OK=0
+EXIT_DAD_FAILED=8
+EXIT_DAD_TENTATIVE=8
+
 STATUS_UP=0
 STATUS_DOWN=1
 STATUS_NOCARRIER=2