mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
* Update to latest version of dhcpsnoop * always snoop all upstream interfaces * add snooped leases to state Fixes: WIFI-7838 Signed-off-by: John Crispin <john@phrozen.org>
26 lines
881 B
Diff
26 lines
881 B
Diff
From c5b68d334fa19e5fa0632d9d361cb613b1384b75 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 | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
|
|
index dacd476cd4..d00485da90 100644
|
|
--- a/package/network/services/dnsmasq/files/dnsmasq.init
|
|
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
|
|
@@ -1108,6 +1108,7 @@ dnsmasq_start()
|
|
[ -n "$BOOT" ] || config_foreach filter_dnsmasq dhcp dhcp_add "$cfg"
|
|
fi
|
|
|
|
+ xappend "except-interface=ifb-dhcp"
|
|
|
|
echo >> $CONFIGFILE_TMP
|
|
config_foreach filter_dnsmasq cname dhcp_cname_add "$cfg"
|
|
--
|
|
2.25.1
|
|
|