mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
redhat: Fix redhat startup to actually read in unified config
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6d774763d6
commit
01c37e583e
@ -65,3 +65,11 @@ nhrpd_options=("-A 127.0.0.1")
|
|||||||
eigrpd_options=("-A 127.0.0.1")
|
eigrpd_options=("-A 127.0.0.1")
|
||||||
babeld_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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user