Skip to content

dnsmasq: Update scripts to dump DHCP client options to a file for questd to read.

Rahul Thakur requested to merge rt_dhcp_copts into devel

The UCI file for dnsmasq has been updated to execute the dhcp-script which is invoked everytime lease is added or deleted. This script allows us to dump the client options vendor class identifier, user class, client id into a file which can then be read by the questd to populate the output of router.network hosts accordingly.

Merge request reports