mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
patches: carry forward dnsmasq EDNS options (0029)
Enables EDNS configuration options including CPE-ID and other extensions. Renumbered from patches/0039. Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -1,19 +1,21 @@
|
||||
From b15bb7239408ba59767e39da1adfa8c39c8c6a06 Mon Sep 17 00:00:00 2001
|
||||
From c44ac17a04bdf628a8a0371241ecaff86879b12b Mon Sep 17 00:00:00 2001
|
||||
From: Sohail Ahmad <sohail@indionetworks.com>
|
||||
Date: Mon, 5 Dec 2022 02:58:36 +0000
|
||||
Subject: [PATCH 39/68] dnsmasq: enabled EDNS configuration options- CPE ID and
|
||||
Subject: [PATCH 29/55] dnsmasq: enabled EDNS configuration options- CPE ID and
|
||||
subnet
|
||||
|
||||
Enables EDNS CPE ID and client subnet options in dnsmasq configuration, supporting DNS-based client identification and geolocation features.
|
||||
|
||||
Signed-off-by: Sohail Ahmad <sohail@indionetworks.com>
|
||||
---
|
||||
package/network/services/dnsmasq/files/dnsmasq.init | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
|
||||
index c6576b6f27..3df7950f4c 100755
|
||||
index 8acc40d963..cdcf856439 100755
|
||||
--- a/package/network/services/dnsmasq/files/dnsmasq.init
|
||||
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
|
||||
@@ -1023,6 +1023,10 @@ dnsmasq_start()
|
||||
@@ -1066,6 +1066,10 @@ dnsmasq_start()
|
||||
append_parm "$cfg" "max_cache_ttl" "--max-cache-ttl"
|
||||
append_parm "$cfg" "pxe_prompt" "--pxe-prompt"
|
||||
append_parm "$cfg" "tftp_unique_root" "--tftp-unique-root"
|
||||
Reference in New Issue
Block a user