lede/package/network
Beginner 38162e62b3
dnsmasq: sync upstream (#8212)
* dnsmasq: add support for monitoring and modifying dns lookup results via ubus

The monitoring functionality will be used for dns rule support in qosify

Signed-off-by: Felix Fietkau <nbd@nbd.name>

* 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>

Co-authored-by: Felix Fietkau <nbd@nbd.name>
Co-authored-by: Paul Fertser <fercerpav@gmail.com>
2021-11-10 15:42:48 +08:00
..
config firewall: add reload config for triggers (#8027) 2021-10-11 16:14:23 +08:00
ipv6 x64: fix grub2 booting 2021-06-15 17:58:07 +08:00
services dnsmasq: sync upstream (#8212) 2021-11-10 15:42:48 +08:00
utils iproute2: Avoid unnecessary package rebuilds (#8163) 2021-11-02 22:41:46 +08:00