You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/services
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>
7 years ago
..
authsae treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
dnsmasq dnsmasq: add dhcp-range tags configuration 7 years ago
dropbear dropbear: fix service trigger syntax error 7 years ago
ead network/services/ead: drop Build/Prepare rule in favor of default one 8 years ago
hostapd mac80211, hostapd: always explicitly set beacon interval 7 years ago
igmpproxy treewide: clean up download hashes 8 years ago
ipset-dns treewide: clean up and unify PKG_VERSION for git based downloads 8 years ago
lldpd lldpd: bump to 0.9.7 7 years ago
odhcpd odhcpd: update to git HEAD version 7 years ago
omcproxy omcproxy: Update to latest HEAD 7 years ago
openvpn openvpn: update to v2.4.2 7 years ago
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.1 7 years ago
ppp ppp: propagate master firewall zone to dynamic slave interface 7 years ago
relayd relayd: fix making incomplete instance json data 7 years ago
samba36 samba: bump PKG_RELEASE 7 years ago
uhttpd uhttpd: Enable integrated Lua by default 7 years ago
umdns umdns: remove superfluous include in init script 7 years ago