Disable IPv6 forwarding on br-client

Disabling forwarding prevents the node from reacting to the Subnet-Router
anycast address.
This commit is contained in:
Matthias Schiffer 2014-01-11 14:01:23 +01:00
parent 4efe5575fe
commit b939096129
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ uci_set network client peerdns '0'
uci_set network client macaddr "$(sysconfig primary_mac)"
uci_commit network
echo 'net.ipv6.conf.br-client.forwarding=0' >> /etc/sysctl.conf