Skip to content

Commit

Permalink
batman-adv-auto-gw-mode: reload dnsmasq instead of stopping it, to al…
Browse files Browse the repository at this point in the history
…low DHCP on other networks than lan
  • Loading branch information
altergui committed Jul 20, 2014
1 parent 3123757 commit 889d259
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dnsmasq_stop () {
uci set -P/var/state dhcp.@dnsmasq[0].rebind_protection=0
uci set -P/var/state dhcp.lan.ignore=1
echo no-dhcp-interface=br-lan >> /var/etc/dnsmasq.conf
/etc/init.d/dnsmasq stop
/etc/init.d/dnsmasq restart
}

if [ "$BATTYPE" = "gw" ] ; then
Expand Down

0 comments on commit 889d259

Please sign in to comment.