openwrt/package/network/services/dnsmasq
Paul Fertser 8a6b1a8d29 dnsmasq: add match_tag for --dhcp-host
A set of tags can be specified for --dhcp-host option to restrict the
assignment to the requests which match all the tags.

Example usage:

config vendorclass
        option networkid 'udhcp'
        option vendorclass 'udhcp'

config host
        option mac '*:*:*:*:*:*'
        list match_tag 'switch.10'
        list match_tag 'udhcp'
        option ip '192.168.25.10'

Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2021-11-09 16:45:38 +00:00
..
files dnsmasq: add match_tag for --dhcp-host 2021-11-09 16:45:38 +00:00
patches dnsmasq: add support for monitoring and modifying dns lookup results via ubus 2021-11-08 15:06:19 +01:00
Makefile dnsmasq: Update to version 2.86 2021-09-14 20:38:59 +02:00