]> git.puffer.fish Git - mirror/frr.git/commitdiff
redhat: Fix redhat startup to actually read in unified config 1359/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 24 Oct 2017 19:07:10 +0000 (15:07 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 26 Oct 2017 14:18:24 +0000 (10:18 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
redhat/daemons

index c28414f0ea9b6bc305c311e0027f9d15f0c83c16..c163f4d2ce3366310311854ae4970202d5e2b3f7 100644 (file)
@@ -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
+