]> git.puffer.fish Git - mirror/frr.git/commitdiff
tools: clean up whitespace in daemons file
authorQuentin Young <qlyoung@nvidia.com>
Mon, 6 Dec 2021 04:05:31 +0000 (23:05 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Jun 2022 16:00:23 +0000 (12:00 -0400)
Bit easier to read this way.

Signed-off-by: Quentin Young <qlyoung@nvidia.com>
tools/etc/frr/daemons

index 71b3afdab4f06116f72cc453075e3d789ebd529e..57100547956e084c2da3a8d0e724702fe6227910 100644 (file)
@@ -63,14 +63,15 @@ pathd_options="  -A 127.0.0.1"
 #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.
 #
-# 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
 
+
 # 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.