lede-Heleguo/package
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
..
base-files base-files: chmod 1777 /var/lock (#8120) 2021-10-26 22:22:11 +08:00
boot rockchip: add support for HuaKe GuangMiao G4C by AmadeusGhost 2021-11-08 12:55:54 +08:00
devel
firmware ipq40xx: Add ZTE MF263 support (#8181) 2021-11-05 00:05:49 +08:00
kernel kernel: drop kmod-gpio-dev (#8015) 2021-10-13 17:29:11 +08:00
lean dnsproxy: update to 0.39.10 (#8211) 2021-11-10 15:41:44 +08:00
libs
network dnsmasq: sync upstream (#8212) 2021-11-10 15:42:48 +08:00
qca qca-nss-ecm-64: unset active connection values and revert to default (#8096) 2021-10-21 11:00:23 +08:00
system
utils
Makefile