From b2210be60bb139fa75c584767fede3f02bc2a12c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Nov 2005 22:25:57 +0000 Subject: [PATCH] restart dnsmasq on webif network config update SVN-Revision: 2474 --- openwrt/package/webif/files/usr/lib/webif/apply.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openwrt/package/webif/files/usr/lib/webif/apply.sh b/openwrt/package/webif/files/usr/lib/webif/apply.sh index 46aede4ba0..fdcb4c324a 100644 --- a/openwrt/package/webif/files/usr/lib/webif/apply.sh +++ b/openwrt/package/webif/files/usr/lib/webif/apply.sh @@ -20,11 +20,13 @@ reload_network() { grep '^wan_' config-network >&- 2>&- && { ifdown wan ifup wan + killall -HUP dnsmasq } grep '^lan_' config-network >&- 2>&- && { ifdown lan ifup lan + killall -HUP dnsmasq } } -- 2.30.2