On 27/02/2024 18:47, William Herrin wrote:
Then I'd write a script to monitor the local tftp server and stop frr
if it detects any problems with the tftp server.
There are other ways to achieve this without actually stopping the
routing daemon.
We have DNS servers where the anycast service address is added to a
loopback interface (lo1) and only advertised when present.
The monitoring script drops and adds the service address to the
loopback, without otherwise touching the routing daemon. We use Bird
rather than FRR, though.
Ray