[bgp]: exclude bgpmon for frrcfgd. (#16582)
Boot up a switch, if frrcfgd is enabled with frr_mgmt_framework_config being "true", then "bgpmon" process should not be running after this change. bgpmon should be running when bgpcfgd is enable with frr_mgmt_framework_config being "false"
This commit is contained in:
parent
5138afe4e7
commit
c3cf42124b
@ -153,7 +153,6 @@ stdout_logfile=syslog
|
||||
stderr_logfile=syslog
|
||||
dependent_startup=true
|
||||
dependent_startup_wait_for=bgpd:running
|
||||
{% endif %}
|
||||
|
||||
[program:bgpmon]
|
||||
command=/usr/local/bin/bgpmon
|
||||
@ -166,6 +165,8 @@ stderr_logfile=syslog
|
||||
dependent_startup=true
|
||||
dependent_startup_wait_for=bgpd:running
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if DEVICE_METADATA.localhost.docker_routing_config_mode is defined and (DEVICE_METADATA.localhost.docker_routing_config_mode == "unified" or DEVICE_METADATA.localhost.docker_routing_config_mode == "split-unified") %}
|
||||
[program:vtysh_b]
|
||||
command=/usr/bin/vtysh -b
|
||||
|
Reference in New Issue
Block a user