mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 21:37:08 +00:00
doc: Adding a description for a new option
Documentation for FRR_NO_ROOT option added to the /etc/frr/daemons file Signed-off-by: Michal Ruprich <mruprich@redhat.com>
This commit is contained in:
parent
1d42fb941a
commit
d8743c28ea
@ -114,6 +114,16 @@ most operating systems is 1024. If the operator plans to run bgp with
|
|||||||
several thousands of peers then this is where we would modify FRR to
|
several thousands of peers then this is where we would modify FRR to
|
||||||
allow this to happen.
|
allow this to happen.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
FRR_NO_ROOT="yes"
|
||||||
|
|
||||||
|
This option allows you to run FRR as a non-root user. Use this option
|
||||||
|
only when you know what you are doing since most of the daemons
|
||||||
|
in FRR will not be able to run under a regular user. This option
|
||||||
|
is useful for example when you run FRR in a container with a designated
|
||||||
|
user instead of root.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
|
zebra_options=" -s 90000000 --daemon -A 127.0.0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user