NetworkConfiguration / dhcpcd

DHCP / IPv4LL / IPv6RA / DHCPv6 client.
https://roy.marples.name/projects/dhcpcd
BSD 2-Clause "Simplified" License
347 stars 111 forks source link

DHCPv6 Option 17 "Vendor-specific Information Option" to be implemented #222

Open zx81forever opened 1 year ago

zx81forever commented 1 year ago

Beside the implemented DHCPv6 Option 16 "Vendor class option", Option 17 "Vendor-specific Information Option" as described in RFC3315 chapter 22.17. is still missing.

Didn't check it but most probably the same to DHCPv4 Option 43 "Vendor-specific Information Option" as defined in RFC2132 chapter 8.4.

rsmarples commented 1 year ago

This is for sending the option as specified in dhcpcd.conf - dhcpcd can already decode it fine.

sudhaust commented 4 months ago

dhcpcd v4 option 43 working, but DHCPv6 Option 17 "Vendor-specific Information Option" not working. could not be able to send vendor specific information in the packet. option 17 is going as option request and server also responding but dhcpd v6 not parsing the option 17 response and print in dumplease command

spoljak55 commented 3 months ago

Hi, I'm trying to implement this. Going a bit through the discussions, this should be at least a bit similar to Option 124/125 for DHCPv4 (https://github.com/NetworkConfiguration/dhcpcd/discussions/169)? Any suggestions/hints on how to proceed with implementation would be very welcome. Thanks!

rsmarples commented 6 days ago

This will be fixed in #383