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'


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to