[Bug 11571] New: Option to override Client ID (0x01)

bugzilla at busybox.net bugzilla at busybox.net
Tue Dec 18 20:26:29 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11571

            Bug ID: 11571
           Summary: Option to override Client ID (0x01)
           Product: Busybox
           Version: 1.30.x
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Networking
          Assignee: unassigned at busybox.net
          Reporter: cjsavoie at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list