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.
#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