From: Roy Marples Date: Wed, 7 May 2008 09:10:19 +0000 (+0000) Subject: Clarify comment about DUID usage. X-Git-Tag: v4.0.2~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7698d1c90290c6d8e2e9b76ff4ab3801326abb6;p=thirdparty%2Fdhcpcd.git Clarify comment about DUID usage. --- diff --git a/config.h b/config.h index a2a9b077..5d295904 100644 --- 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. */