acb423b255
* [static_route][staticroutebfd]fix an issue on deleting a non-bfd static route Fix an issue for deleting a non-bfd static route also remove the staticroutebfd from critical_processes list and make it auto restart in the case of crash.
13 lines
295 B
Django/Jinja
13 lines
295 B
Django/Jinja
program:zebra
|
|
program:staticd
|
|
program:bgpd
|
|
program:fpmsyncd
|
|
{% if DEVICE_METADATA.localhost.frr_mgmt_framework_config is defined and DEVICE_METADATA.localhost.frr_mgmt_framework_config == "true" %}
|
|
program:bfdd
|
|
program:ospfd
|
|
program:pimd
|
|
program:frrcfgd
|
|
{%- else %}
|
|
program:bgpcfgd
|
|
{%- endif %}
|