diff mbox series

[2/2] add documentation for OmitClientIdentifier

Message ID 20231220154248.91773-3-antonio.oliveira@konsulko.com (mailing list archive)
State New
Headers show
Series Add option to omit DHCP Client Identifier | expand

Commit Message

António Oliveira Dec. 20, 2023, 3:42 p.m. UTC
* added the documentation for the OmitClientIdentifier in
  main.conf

Signed-off-by: António Oliveira <antonio.oliveira@konsulko.com>
---
 doc/connman.conf.5.in | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in
index 9049d703..71263675 100644
--- a/doc/connman.conf.5.in
+++ b/doc/connman.conf.5.in
@@ -159,6 +159,11 @@  Set DHCP option 60 (Vendor Class ID) to the given string. This option can
 be used by DHCP servers to identify specific clients without having to
 rely on MAC address ranges, etc
 .TP
+.BI OmitClientIdentifier=false\ \fR|\fB\ true
+Omit the Client Identifier from DHCP DISCOVER packets. When true,
+DHCP DISCOVER will not contain the Client Identifier (option 61).
+Default value is false.
+.TP
 .BI EnableOnlineCheck=true\ \fR|\fB\ false
 Enable or disable use of HTTP GET as an online status check.
 When a service is in a READY state, and is selected as default,