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
..
2020-01-05 19:36:46 +01:00
2021-08-22 18:07:20 +03:00
2021-08-23 21:53:13 +02:00
2021-11-04 15:04:45 +02:00
2020-04-26 13:00:36 +01:00
2021-09-21 19:43:20 +02:00