gluon-mesh-batman-adv: disable client interface in dnsmasq

This commit is contained in:
Matthias Schiffer 2014-01-13 18:01:44 +01:00
parent 3e99152716
commit 138bba1222
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@ uci_set network client proto 'dhcpv6'
uci_set network client reqprefix 'no'
uci_set network client peerdns '0'
uci_set network client macaddr "$(sysconfig primary_mac)"
uci_commit network
uci_add dhcp dhcp client
uci_set dhcp client interface 'client'
uci_set dhcp client ignore '1'
uci_commit dhcp
echo 'net.ipv6.conf.br-client.forwarding=0' >> /etc/sysctl.conf