From 592770fbbbaa60dff3e0471a21c0a0d239b2e781 Mon Sep 17 00:00:00 2001 From: yawenni Date: Mon, 18 Nov 2024 13:20:54 +1100 Subject: [PATCH] =?UTF-8?q?add=20parameter=20=E2=80=98-P=200=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docker-fpm-frr/frr/supervisord/supervisord.conf.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dockers/docker-fpm-frr/frr/supervisord/supervisord.conf.j2 b/dockers/docker-fpm-frr/frr/supervisord/supervisord.conf.j2 index 15aa2ed55110..5da605fc591d 100644 --- a/dockers/docker-fpm-frr/frr/supervisord/supervisord.conf.j2 +++ b/dockers/docker-fpm-frr/frr/supervisord/supervisord.conf.j2 @@ -52,7 +52,7 @@ dependent_startup=true dependent_startup_wait_for=zebra:running [program:staticd] -command=/usr/lib/frr/staticd -A 127.0.0.1 +command=/usr/lib/frr/staticd -A 127.0.0.1 -P 0 priority=4 autostart=false autorestart=false @@ -64,7 +64,7 @@ dependent_startup_wait_for=zsocket:exited {% if DEVICE_METADATA.localhost.frr_mgmt_framework_config is defined and DEVICE_METADATA.localhost.frr_mgmt_framework_config == "true" %} [program:bfdd] -command=/usr/lib/frr/bfdd -A 127.0.0.1 +command=/usr/lib/frr/bfdd -A 127.0.0.1 -P 0 priority=4 stopsignal=KILL autostart=false @@ -77,7 +77,7 @@ dependent_startup_wait_for=zebra:running {% endif %} [program:bgpd] -command=/usr/lib/frr/bgpd -A 127.0.0.1 -M snmp +command=/usr/lib/frr/bgpd -A 127.0.0.1 -P 0 -M snmp priority=5 stopsignal=KILL autostart=false @@ -90,7 +90,7 @@ dependent_startup_wait_for=zsocket:exited {% if DEVICE_METADATA.localhost.frr_mgmt_framework_config is defined and DEVICE_METADATA.localhost.frr_mgmt_framework_config == "true" %} [program:ospfd] -command=/usr/lib/frr/ospfd -A 127.0.0.1 -M snmp +command=/usr/lib/frr/ospfd -A 127.0.0.1 -P 0 -M snmp priority=5 stopsignal=KILL autostart=false @@ -102,7 +102,7 @@ dependent_startup=true dependent_startup_wait_for=zebra:running [program:pimd] -command=/usr/lib/frr/pimd -A 127.0.0.1 +command=/usr/lib/frr/pimd -A 127.0.0.1 -P 0 priority=5 stopsignal=KILL autostart=false