Bug 11571 - Option to override Client ID (0x01)
Summary: Option to override Client ID (0x01)
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.30.x
Hardware: All Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-18 20:26 UTC by cjsavoie
Modified: 2018-12-18 20:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cjsavoie 2018-12-18 20:26:29 UTC
udhcpc6 only support DUID-LL in the client ID option for dhcp request.  I would like to have a command line option to support the other client ID types per rfc3315 section 9(DHCP Unique Identifier (DUID)).  

Example.
   -C OPT:VAL      Override client id
                        1:Time[:MAC] - (DUID-LLT)  = Time since 2000-01-01 in seconds + mac address(optional)
                        2:Ent-num:Id - (DUID-EN)   = enterprise-number(integer) + identifier (Ex. 23425:0100BEEFC0FFEE)
                        3[:MAC]      - (DUID-LL)   = MAC address (optional) default
                        4:UUID       - (DUID-UUID) = first 16 hex bytes
                        5:RAW        - (RAW)       = hex byte format