mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
nimble: Use sysctl in docs
This commit is contained in:
parent
7dca69c182
commit
ca6b273400
@ -132,7 +132,7 @@ sure that `radvd` is installed on your Linux host.
|
|||||||
|
|
||||||
As a first step, we need to enable IPv6 forwarding in Linux:
|
As a first step, we need to enable IPv6 forwarding in Linux:
|
||||||
|
|
||||||
sudo echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
sudo sysctl -w net.ipv6.conf.all.forwarding=1
|
||||||
|
|
||||||
Next, we configure `radvd` (`etc/radvc.conf`) by using a configuration like
|
Next, we configure `radvd` (`etc/radvc.conf`) by using a configuration like
|
||||||
this:
|
this:
|
||||||
|
Loading…
Reference in New Issue
Block a user