openwrt/package
Eric ZHANG d136c24f7c
dnsmasq: fix handlers for options filter_rr and cache_rr
According to:
- https://github.com/openwrt/luci/blob/master/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js#L700
- https://github.com/openwrt/luci/blob/master/modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js#L402

These two options should be of type `MultiValue` but here there're used as single value. This results in dnsmasq crashes when either of these options are set with multiple values, which leads to an invalid space-separated value.

As these options are designed to take multiple values, I think it's better to use list format eg. `list filter_rr 'AAAA'`, instead of `option filter_rr 'AAAA,HTTPS'`.

See: https://forum.openwrt.org/t/selecting-more-than-one-filter-arbitrary-rr-or-cache-arbitrary-rr-in-v24-10-0-crashes-dnsmasq/225801

Tested on 24.10.0

Signed-off-by: Eric ZHANG <ericzhangjx@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18149
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-03-09 17:26:48 +01:00
..
base-files base-files: fix offset conversion on caldata_patch_data() 2025-02-13 00:26:23 +01:00
boot mediatek: add support for CMCC A10 2025-03-08 15:44:56 +01:00
devel strace: Update to version 6.12 2025-01-02 20:52:14 +01:00
firmware qualcommax: ipq50xx: Add support for Linksys MR5500 2025-03-02 11:42:48 +01:00
kernel kernel: Add KERNEL_DCB (Data Center Bridging) 2025-03-09 17:05:26 +01:00
libs libpcap: backport support for various DSA tags 2025-03-05 19:23:50 +00:00
network dnsmasq: fix handlers for options filter_rr and cache_rr 2025-03-09 17:26:48 +01:00
system apk: backport patch fixing broken apk update with wget fetch 2025-03-04 01:03:10 +01:00
utils cli: fix spurious error when exiting the cli 2025-03-09 10:52:07 +01:00
Makefile build: lock versions for special APK packages 2025-02-04 13:48:59 +00:00