How to send custom DHCP client options?

Hi,

My ISP's router sends these options in the DHCP Discover message, and I would like to replicate them in OpenWrt.

option 60 - Vendor class identifier - "arcadyan"
option 77 - User class information - "FSVDSL_livebox.Internet.arcadyan.LiveboxPlus"

I see that the -x option in udhcpc seems appropiate for this, but is it possible to configure it in UCI?

Thanks.

See https://openwrt.org/docs/guide-user/network/ipv4/start#protocol_dhcp (vendorclass and sendopts)

1 Like

That's what I needed. Thank you.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.