Open zx81forever opened 1 year ago
This is for sending the option as specified in dhcpcd.conf - dhcpcd can already decode it fine.
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
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!
This will be fixed in #383
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.