diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-10-26 19:33:20 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2019-12-06 15:13:32 +0100 |
commit | 684959068c7a26d74c628182957447035e2179c2 (patch) | |
tree | c91097c18d41262acdf7acaea104d596043784f1 /tools/etc | |
parent | lib/defaults: add bool variable support (diff) | |
download | frr-684959068c7a26d74c628182957447035e2179c2.tar.xz frr-684959068c7a26d74c628182957447035e2179c2.zip |
build: apply DFLT_NAME/profiles in init script
Hopefully at some point we can get rid of the --enable-datacenter switch
and just have the init script do magic. Should already work for Cumulus
as it is.
NB: the profile name can't be baked into the package. The whole point
is to make the package profile-agnostic; in theory at some point the
exact same package files should work on both, say, a Cumulus switch and
a Linux software BGP DFZ router.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tools/etc')
-rw-r--r-- | tools/etc/frr/daemons | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/etc/frr/daemons b/tools/etc/frr/daemons index 79c52d30d..8bec3c5bb 100644 --- a/tools/etc/frr/daemons +++ b/tools/etc/frr/daemons @@ -56,6 +56,11 @@ bfdd_options=" -A 127.0.0.1" fabricd_options="-A 127.0.0.1" vrrpd_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 |