Skip to content

CWMP ACS URL via DHCP option 43

Mia requested to merge (removed):dhcp-option-43 into devel

Added support for handling DHCP option 43 according to RFC2132 section 8.4 with encapsulated suboptions with checks that prevent parser from reading outside the input buffer and writing outside the output buffer. In dhcp.script, suboption with code 1 is treated as CWMP ACS URL and other suboptions are ignored.

Added support for legacy option 43 in the form of a flat string in the dhcp.script.

Merge request reports