1
0
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:
Koen Zandberg 2022-02-08 19:50:05 +01:00
parent 7dca69c182
commit ca6b273400
No known key found for this signature in database
GPG Key ID: BA1718B37D79F51C

View File

@ -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:
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
this: