From: Maria Matejka Date: Mon, 25 Nov 2024 11:02:13 +0000 (+0100) Subject: Protocol restart timer reworked. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d265aefd326ddc03c19e5b38ce8abba806356e43;p=thirdparty%2Fbird.git Protocol restart timer reworked. The restart timer was racy and didn't allow for immediate restarts from limits. Now the protocols stores the last restart time and in case of too frequent autorestarts caused by exceeded limits, the protocol gets disabled with an error message. Also now there is a configuration knob for this. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 5e48e3425..3e7ae9dde 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -839,6 +839,13 @@ agreement"). command line interface without needing to touch the configuration. Disabled protocols are not activated. Default: protocol is enabled. +