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:
commit
3a4b5fb537
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user