From 66edf9177211ecd66b6b040a726e1f52b2ca11f7 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Sun, 5 Dec 2021 23:05:31 -0500 Subject: [PATCH] tools: clean up whitespace in daemons file Bit easier to read this way. Signed-off-by: Quentin Young --- tools/etc/frr/daemons | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 71b3afdab4..5710054795 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -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. -- 2.39.5