Bug 10841

Summary: udhcpc6 vendor specific options export to env
Product: Busybox Reporter: Siva <siva_sankar43>
Component: NetworkingAssignee: unassigned
Status: NEW ---    
Severity: enhancement CC: busybox-cvs
Priority: P5    
Version: 1.27.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Siva 2018-03-05 21:53:26 UTC
Hi,

I am trying udhcp6c client on an embedded linux based device. 
I would like to use vendor specific options(17) received in the dhcpv6 server response in my application.
with 1.27.2 build, I could request option(17) and receive successfully as well.
But, I can't use the option info received in my application.

Is it possible to export the received option values to env like for eg. "optionv6_xx=val"?

Thanks in advance.

Regards,
Siva