openwrtv3/package/network
Grégoire Delattre 680a5c5d3e dnsmasq: add dhcp-range tags configuration
dnsmasq can match tags in its dhcp-range configuration, this commit adds
the option to configure it in the dhcp section

uci configuration:
config dhcp 'lan'
        option interface 'lan'
        list tag 'blue'
        list tag '!red'
        option start '10'
        option limit '150'
        option leasetime '12h'

generated dnsmasq configuration:
dhcp-range=tag:blue,tag:!red,set:lan,192.168.1.10,192.168.1.159,255.255.255.0,12h

Signed-off-by: Grégoire Delattre <gregoire.delattre@gmail.com>
2017-06-20 22:33:41 +02:00
..
config netifd: update to the latest version 2017-06-18 22:22:03 +02:00
ipv6 6rd: add 6rd specific settings as nested json object 2017-05-22 21:40:19 +02:00
services dnsmasq: add dhcp-range tags configuration 2017-06-20 22:33:41 +02:00
utils iproute2: bump to 4.11 2017-05-30 14:00:31 +02:00