mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 13:05:11 +00:00
tools: document frr_global_options in daemons file
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
This commit is contained in:
parent
da9601225f
commit
e99126f0ac
@ -58,6 +58,24 @@ fabricd_options="-A 127.0.0.1"
|
|||||||
vrrpd_options=" -A 127.0.0.1"
|
vrrpd_options=" -A 127.0.0.1"
|
||||||
pathd_options=" -A 127.0.0.1"
|
pathd_options=" -A 127.0.0.1"
|
||||||
|
|
||||||
|
|
||||||
|
# If you want to pass a common option to all daemons, you can use the
|
||||||
|
# "frr_global_options" variable.
|
||||||
|
#
|
||||||
|
#frr_global_options=""
|
||||||
|
|
||||||
|
|
||||||
|
# The list of daemons to watch is automatically generated by the init script.
|
||||||
|
# This variable can be used to pass options to watchfrr that will be passed
|
||||||
|
# prior to the daemon list.
|
||||||
|
#
|
||||||
|
# To make watchfrr create/join the specified netns, add the the "--netns"
|
||||||
|
# option here. It will only have an effect in /etc/frr/<somename>/daemons, and
|
||||||
|
# you need to start FRR with "/usr/lib/frr/frrinit.sh start <somename>".
|
||||||
|
#
|
||||||
|
#watchfrr_options=""
|
||||||
|
|
||||||
|
|
||||||
# configuration profile
|
# configuration profile
|
||||||
#
|
#
|
||||||
#frr_profile="traditional"
|
#frr_profile="traditional"
|
||||||
@ -72,17 +90,6 @@ pathd_options=" -A 127.0.0.1"
|
|||||||
#MAX_FDS=1024
|
#MAX_FDS=1024
|
||||||
|
|
||||||
|
|
||||||
# The list of daemons to watch is automatically generated by the init script.
|
|
||||||
# This variable can be used to pass options to watchfrr that will be passed
|
|
||||||
# prior to the daemon list.
|
|
||||||
#
|
|
||||||
# To make watchfrr create/join the specified netns, add the the "--netns"
|
|
||||||
# option here. It will only have an effect in /etc/frr/<somename>/daemons, and
|
|
||||||
# you need to start FRR with "/usr/lib/frr/frrinit.sh start <somename>".
|
|
||||||
#
|
|
||||||
#watchfrr_options=""
|
|
||||||
|
|
||||||
|
|
||||||
# For any daemon, you can specify a "wrap" command to start instead of starting
|
# For any daemon, you can specify a "wrap" command to start instead of starting
|
||||||
# the daemon directly. This will simply be prepended to the daemon invocation.
|
# the daemon directly. This will simply be prepended to the daemon invocation.
|
||||||
# These variables have the form daemon_wrap, where 'daemon' is the name of the
|
# These variables have the form daemon_wrap, where 'daemon' is the name of the
|
||||||
|
Loading…
Reference in New Issue
Block a user