Rationale: I'm trying to replace my ISP's router completely. It's a pretty well documented process. One of the things I need to do is to send a DHCP client request with vendor-class-identifier, dhcp-client-identifier and user-class options. I also need to request subnet-mask, routers, rfc3442-classless-static-routes.
Current behavior: dhcp-options of an interface are a closed-off list. It makes it so I can modify the vendor-class, and dhcp-client IDs, but not users-class.
Feature requested: Either one of those:
- Add user-class, and request as an option
- Add a similliar feature to dhcp-server's raw parameters, which would pass options to dhclient as-is