]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/initscripts/init.d/network
Change QOS of incoming traffic to match local Nat IP Addresses
[people/pmueller/ipfire-2.x.git] / src / initscripts / init.d / network
index a4f190d529c67b6cb19e2236a895feeebd384c32..90f811384ce6e329ec9d3f5b4833bf92c6dd8d41 100644 (file)
@@ -117,6 +117,11 @@ case "${DO}" in
                                /etc/rc.d/init.d/networking/red stop
                        fi
                fi
+
+               # Stopping dnsmasq if network all networks shutdown
+               [ "${ALL}" == "1" ] && /etc/rc.d/init.d/dnsmasq stop
+
+               exit 0
                ;;
 
        restart)