openwrt/package/network
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
..
config qosify: mark as nonshared 2021-11-09 14:07:19 +01:00
ipv6 6in4: remove 6in4 tunnel delete workaround (FS#3690) 2021-10-30 21:15:18 +02:00
services dnsmasq: add match_tag for --dhcp-host 2021-11-09 16:45:38 +00:00
utils uqmi: update to git HEAD and improve proto handler script 2021-11-06 02:46:36 +00:00