diff --git a/daemon/core/services/frr.py b/daemon/core/services/frr.py index 95ffb0b5..51ab1e38 100644 --- a/daemon/core/services/frr.py +++ b/daemon/core/services/frr.py @@ -208,6 +208,9 @@ bootfrr() fi bootdaemon "zebra" + if grep -q "^ip route " $FRR_CONF; then + bootdaemon "staticd" + fi for r in rip ripng ospf6 ospf bgp babel; do if grep -q "^router \\<${r}\\>" $FRR_CONF; then bootdaemon "${r}d"