]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Clarify comment about DUID usage.
authorRoy Marples <roy@marples.name>
Wed, 7 May 2008 09:10:19 +0000 (09:10 +0000)
committerRoy Marples <roy@marples.name>
Wed, 7 May 2008 09:10:19 +0000 (09:10 +0000)
config.h

index a2a9b0779c6e08269a54ce85dbe8a1451d33811e..5d2959042892f47f15cc56a398fd88a49e2bcd80 100644 (file)
--- a/config.h
+++ b/config.h
@@ -45,7 +45,9 @@
  */
 // #define ENABLE_IPV4LL_ALWAYSROUTE 
 
-/* We will auto create a DUID_LLT file if it doesn't exist.
+/* Allow dhcpcd to create a DUID (LLT) and use it to make an IAID for the
+ * ClientID. Even enabled here, we need a config directive to actually use it
+ * so this toggle is just to remove it from dhcpcd to make the binary smaller.
  * You can always create your own DUID file that just contains the
  * hex string that represents the DUID.
  * See RFC 3315 for details on this. */