immortalwrt/package/network
Paul Fertser f271ce5b3c 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-24 12:36:23 +08:00
..
config firewall4: update to latest Git HEAD 2021-09-02 12:19:59 +08:00
ipv6 6rd: delete tunnel on interface teardown 2021-09-23 23:53:12 +08:00
services dnsmasq: add match_tag for --dhcp-host 2021-11-24 12:36:23 +08:00
utils iproute2: Avoid unnecessary package rebuilds 2021-11-16 13:17:52 +08:00