From: Roy Marples Date: Tue, 15 Apr 2025 10:46:35 +0000 (+0100) Subject: duid: document we don't create a duid from system uuid by default X-Git-Tag: v10.2.3~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ae45ed281b97c091f1cc4ed45170d0f779ec866;p=thirdparty%2Fdhcpcd.git duid: document we don't create a duid from system uuid by default Fixes #496 --- diff --git a/src/dhcpcd.8.in b/src/dhcpcd.8.in index 91fdde2c..83f6399d 100644 --- a/src/dhcpcd.8.in +++ b/src/dhcpcd.8.in @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd June 17, 2024 +.Dd April 15, 2025 .Dt DHCPCD 8 .Os .Sh NAME @@ -269,8 +269,7 @@ instead of the default .Pa @SCRIPT@ . .It Fl D , Fl Fl duid Op Ar ll | lt | uuid | value Use a DHCP Unique Identifier. -If a system UUID is available, that will be used to create a DUID-UUID, -otherwise if persistent storage is available then a DUID-LLT +If persistent storage is available then a DUID-LLT (link local address + time) is generated, otherwise DUID-LL is generated (link local address). The DUID type can be hinted as an optional parameter if the file diff --git a/src/dhcpcd.conf.5.in b/src/dhcpcd.conf.5.in index 8d7898e3..6b63c6f7 100644 --- a/src/dhcpcd.conf.5.in +++ b/src/dhcpcd.conf.5.in @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd February 24, 2025 +.Dd April 15, 2025 .Dt DHCPCD.CONF 5 .Os .Sh NAME @@ -215,8 +215,7 @@ sends a default of the hardware family and the hardware address. .It Ic duid Op ll | lt | uuid | value Use a DHCP Unique Identifier. -If a system UUID is available, that will be used to create a DUID-UUID, -otherwise if persistent storage is available then a DUID-LLT +If persistent storage is available then a DUID-LLT (link local address + time) is generated, otherwise DUID-LL is generated (link local address). The DUID type can be hinted as an optional parameter if the file