mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
27 lines
927 B
Diff
27 lines
927 B
Diff
From 65e3d7cb239d85ed3b3ac142a9a53523b7343fe2 Mon Sep 17 00:00:00 2001
|
|
From: John Crispin <john@phrozen.org>
|
|
Date: Mon, 13 Jun 2022 13:33:31 +0200
|
|
Subject: [PATCH] dnsmasq: ignore dhcp on the ifb-dhcp interface
|
|
|
|
Signed-off-by: John Crispin <john@phrozen.org>
|
|
---
|
|
package/network/services/dnsmasq/files/dnsmasq.init | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
|
|
index 205bfb4cf6..415a6b013d 100644
|
|
--- a/package/network/services/dnsmasq/files/dnsmasq.init
|
|
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
|
|
@@ -1106,6 +1106,8 @@ dnsmasq_start()
|
|
[ -n "$BOOT" ] || config_foreach filter_dnsmasq dhcp dhcp_add "$cfg"
|
|
fi
|
|
|
|
+ xappend "except-interface=ifb-dhcp"
|
|
+ xappend "except-interface=spotfilter-ifb"
|
|
|
|
echo >> $CONFIGFILE_TMP
|
|
config_foreach filter_dnsmasq cname dhcp_cname_add "$cfg"
|
|
--
|
|
2.25.1
|
|
|