Skip to content

dnsmasq: handled alloweddevices dhcp config

Amit Kumar requested to merge dhcpv4_host_selection_7251 into devel

uci config handling for dhcp allowed_devices allowed_devices 'all' <<<to allow dhcp for all devices allowed_devices 'known' <<< to allow dhcp for devices which mac address is present is StaticAddress.{i}. table allowed_devices 'unknown' <<< to allow dhcp for all devices except the list of devices in StaticAddress.{i}. table

Edited by Amit Kumar

Merge request reports