mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From b15bb7239408ba59767e39da1adfa8c39c8c6a06 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
|
|
subnet
|
|
|
|
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
|
|
--- a/package/network/services/dnsmasq/files/dnsmasq.init
|
|
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
|
|
@@ -1023,6 +1023,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"
|
|
+
|
|
+ append_parm "$cfg" "addcpe" "--add-cpe-id"
|
|
+ append_parm "$cfg" "addsubnet" "--add-subnet"
|
|
+
|
|
config_list_foreach "$cfg" "pxe_service" append_pxe_service
|
|
config_get DOMAIN "$cfg" domain
|
|
|
|
--
|
|
2.34.1
|
|
|