]> git.puffer.fish Git - mirror/frr.git/commitdiff
tools: document frr_global_options in daemons file 11410/head
authorQuentin Young <qlyoung@nvidia.com>
Mon, 6 Dec 2021 16:35:37 +0000 (11:35 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 16:20:36 +0000 (12:20 -0400)
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
tools/etc/frr/daemons

index 57100547956e084c2da3a8d0e724702fe6227910..860c4980b666b2488978f00d5d7ddd8c8523dd29 100644 (file)
@@ -58,18 +58,11 @@ fabricd_options="-A 127.0.0.1"
 vrrpd_options="  -A 127.0.0.1"
 pathd_options="  -A 127.0.0.1"
 
-# configuration profile
-#
-#frr_profile="traditional"
-#frr_profile="datacenter"
-
 
-# This is the maximum number of FD's that will be available.  Upon startup this
-# is read by the control files and ulimit is called.  Uncomment and use a
-# reasonable value for your setup if you are expecting a large number of peers
-# in say BGP.
+# If you want to pass a common option to all daemons, you can use the
+# "frr_global_options" variable.
 #
-#MAX_FDS=1024
+#frr_global_options=""
 
 
 # The list of daemons to watch is automatically generated by the init script.
@@ -83,6 +76,20 @@ pathd_options="  -A 127.0.0.1"
 #watchfrr_options=""
 
 
+# configuration profile
+#
+#frr_profile="traditional"
+#frr_profile="datacenter"
+
+
+# This is the maximum number of FD's that will be available.  Upon startup this
+# is read by the control files and ulimit is called.  Uncomment and use a
+# reasonable value for your setup if you are expecting a large number of peers
+# in say BGP.
+#
+#MAX_FDS=1024
+
+
 # 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.
 # These variables have the form daemon_wrap, where 'daemon' is the name of the