Bug 10841 - udhcpc6 vendor specific options export to env
Summary: udhcpc6 vendor specific options export to env
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Networking (show other bugs)
Version: 1.27.x
Hardware: All Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-05 21:53 UTC by Siva
Modified: 2018-03-05 21:57 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 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