[PATCH] dnsmasq: add match_tag for --dhcp-host

Paul D newtwen at gmail.com
Thu Sep 23 02:24:19 PDT 2021


Did not understand significance of vendorclass.

Should this give a new option for uci, match_tag?



On 2021-09-23 09:28, Paul Fertser wrote:
> 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'
> 



More information about the openwrt-devel mailing list