Skip to content

busybox: udhcpc: remove dhcp option 43 handling

Suvendhu Hansa requested to merge cherrypick_opt43 into release-6.5

the option 43 is vendor specific hence removing all handling from udhcpc and exposing as is in hex in default environment variable which is opt43. The same be used in udhcpc custom scripts for handling and interpretation as suitable to customer. The value in hex is also available in ubus output of network.interface status or in ifstatus for that matter.

Merge request reports