Skip to content

Commit 7ae45ed

Browse files
committed
duid: document we don't create a duid from system uuid by default
Fixes #496
1 parent dabdf57 commit 7ae45ed

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/dhcpcd.8.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2525
.\" SUCH DAMAGE.
2626
.\"
27-
.Dd June 17, 2024
27+
.Dd April 15, 2025
2828
.Dt DHCPCD 8
2929
.Os
3030
.Sh NAME
@@ -269,8 +269,7 @@ instead of the default
269269
.Pa @SCRIPT@ .
270270
.It Fl D , Fl Fl duid Op Ar ll | lt | uuid | value
271271
Use a DHCP Unique Identifier.
272-
If a system UUID is available, that will be used to create a DUID-UUID,
273-
otherwise if persistent storage is available then a DUID-LLT
272+
If persistent storage is available then a DUID-LLT
274273
(link local address + time) is generated,
275274
otherwise DUID-LL is generated (link local address).
276275
The DUID type can be hinted as an optional parameter if the file

src/dhcpcd.conf.5.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2525
.\" SUCH DAMAGE.
2626
.\"
27-
.Dd February 24, 2025
27+
.Dd April 15, 2025
2828
.Dt DHCPCD.CONF 5
2929
.Os
3030
.Sh NAME
@@ -215,8 +215,7 @@ sends a default
215215
of the hardware family and the hardware address.
216216
.It Ic duid Op ll | lt | uuid | value
217217
Use a DHCP Unique Identifier.
218-
If a system UUID is available, that will be used to create a DUID-UUID,
219-
otherwise if persistent storage is available then a DUID-LLT
218+
If persistent storage is available then a DUID-LLT
220219
(link local address + time) is generated,
221220
otherwise DUID-LL is generated (link local address).
222221
The DUID type can be hinted as an optional parameter if the file

0 commit comments

Comments
 (0)