openwrtv4/package/network/services
Kuang Rufan 1e6e37c4f6 dnsmasq: add support for multiple tags for each host.
Currently, dnsmasq support assigning multiple tags to a host record
(--dhcp-host), but we only support only 1 tag for a host. The commit
makes the following config to be valid:

  config host
      option name 'computer'
      option mac '00:11:22:33:44:55'
      option ip '192.168.1.100'
      list tag 'vendor_class'
      list tag 'vendor_id'

  config tag 'vendor_class'
      list dhcp_option 'option:vendor-class,00:...<omitted>'

  config tag 'vendor_id'
      option force '1'
      list dhcp_option 'option:vendor-id-encap,00:...<omitted>'

Signed-off-by: Kuang Rufan <kuangrufan@pset.suntec.net>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-08-25 14:28:49 +02:00
..
authsae treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
dnsmasq dnsmasq: add support for multiple tags for each host. 2017-08-25 14:28:49 +02:00
dropbear dropbear: add option to set max auth tries 2017-06-28 02:18:20 +02:00
ead network/services/ead: drop Build/Prepare rule in favor of default one 2016-10-15 11:36:52 +02:00
hostapd hostapd: add additional ubus notifications 2017-08-22 21:31:39 +02:00
igmpproxy treewide: clean up download hashes 2016-12-16 22:39:22 +01:00
ipset-dns treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
lldpd lldpd: bump to 0.9.7 2017-05-24 14:56:22 +02:00
odhcpd odhcpd: update to latest git HEAD 2017-08-16 21:25:16 +02:00
omcproxy omcproxy: Update to latest HEAD 2017-03-01 17:19:51 -08:00
openvpn openvpn: update to 2.4.3 2017-06-26 09:56:07 +02:00
openvpn-easy-rsa openvpn-easy-rsa: update to 3.0.1 2017-05-31 00:28:26 +02:00
ppp ppp: propagate master firewall zone to dynamic slave interface 2017-05-31 16:49:59 +02:00
relayd relayd: fix making incomplete instance json data 2017-02-25 20:16:59 +08:00
samba36 samba36-net: new package 2017-08-23 15:08:39 +02:00
uhttpd uhttpd: Enable integrated Lua by default 2017-05-16 16:57:01 +02:00
umdns umdns: remove superfluous include in init script 2017-06-02 01:29:32 +02:00