Disable IPv6 forwarding on br-client
Disabling forwarding prevents the node from reacting to the Subnet-Router anycast address.
This commit is contained in:
parent
0f5190bc6e
commit
bcb6603333
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user