wireguard-article: replaced "all" with "DEVICE" in accept_ra thing.

This commit is contained in:
tastytea 2019-02-16 15:21:32 +01:00
parent 56cd3f33cc
commit e1062c599f
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ If you need SLAAC, add this to `ip-forward.conf`:
----
{{< highlight cfg >}}
net.ipv6.conf.all.accept_ra = 2
net.ipv6.conf.DEVICE.accept_ra = 2
{{< / highlight >}}
----