mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sysctl -w -> sysctl
Approved by: ume
This commit is contained in:
parent
9bbb043ee9
commit
ff8ac0d53c
2 changed files with 2 additions and 2 deletions
|
|
@ -329,7 +329,7 @@ automatically set up. Otherwise, the announcement is rejected. The
|
|||
default value is 0. To set "net.inet6.ip6.accept_rtadv" to 1, execute
|
||||
as follows:
|
||||
|
||||
# sysctl -w net.inet6.ip6.accept_rtadv=1
|
||||
# sysctl net.inet6.ip6.accept_rtadv=1
|
||||
|
||||
|
||||
<<<gifconfig>>>
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ The following example assumes:
|
|||
|
||||
(2) Execute sysctl as root to enable FAITH support in the kernel.
|
||||
|
||||
# sysctl -w net.inet6.ip6.keepfaith=1
|
||||
# sysctl net.inet6.ip6.keepfaith=1
|
||||
|
||||
(3) Route packets toward FAITH prefix into "faith0" interface.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue