Skip to content
Snippets Groups Projects
Commit 604e3cac authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent a3f2eb6b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment