diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-24 21:07:10 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-10-26 16:18:24 +0200 |
commit | 01c37e583e525dbc98c99869f62fafed366659fb (patch) | |
tree | bc5fdfa951f0570c90bb7b64e51a72a354de70f1 /redhat/daemons | |
parent | Merge pull request #1362 from dslicenc/cm18309-label-delete (diff) | |
download | frr-01c37e583e525dbc98c99869f62fafed366659fb.tar.xz frr-01c37e583e525dbc98c99869f62fafed366659fb.zip |
redhat: Fix redhat startup to actually read in unified config
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'redhat/daemons')
-rw-r--r-- | redhat/daemons | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/redhat/daemons b/redhat/daemons index c28414f0e..c163f4d2c 100644 --- a/redhat/daemons +++ b/redhat/daemons @@ -65,3 +65,11 @@ nhrpd_options=("-A 127.0.0.1") eigrpd_options=("-A 127.0.0.1") babeld_options=("-A 127.0.0.1") +# +# If the vtysh_enable is yes, then the unified config is read +# and applied if it exists. If no unified frr.conf exists +# then the per-daemon <daemon>.conf files are used) +# If vtysh_enable is no or non-existant, the frr.conf is ignored. +# it is highly suggested to have this set to yes +vtysh_enable=yes + |