Skip to content

busybox: udhcpc: remove dhcp option 43 handling

Rahul Thakur requested to merge opt43_handling_update into devel

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