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

Disable IPv6 forwarding on br-client

Disabling forwarding prevents the node from reacting to the Subnet-Router
anycast address.
parent 0f5190bc
No related branches found
No related tags found
No related merge requests found
......@@ -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
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