1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #17628 from bergzand/pr/nimble/docs/no_sudo_pipe

nimble: Use sysctl in docs
This commit is contained in:
Kaspar Schleiser 2022-02-09 09:49:27 +01:00 committed by GitHub
commit 3a4b5fb537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: