On Wed, Aug 15, 2018 at 11:23:33AM +0200, J. Kendzorra wrote:
> Hi,
>
> > Generally, BIRD should not try to use an address before it notices that
> > the address is available/active. If BIRD tries to bind the socket before
> > that, then it is a bug.
>
> This seems to be a common pattern for serv
Hi,
Generally, BIRD should not try to use an address before it notices that
the address is available/active. If BIRD tries to bind the socket before
that, then it is a bug.
This seems to be a common pattern for services that are started when
network is supposedly ready, but it really isn't (s
On Fri, Aug 10, 2018 at 11:23:56PM +0200, J. Kendzorra wrote:
> Hi,
>
> upon a reboot of a system running BFD I recently noticed BFD breaking
> with error "Cannot assign requested address" once the system came back.
> Restarting the BFD protocol in question solved the problem.
> Hence, apparently
Hi,
upon a reboot of a system running BFD I recently noticed BFD breaking
with error "Cannot assign requested address" once the system came back.
Restarting the BFD protocol in question solved the problem.
Hence, apparently the system's network wasn't fully up and running at
the time bird started;