Hello all!
> Please answer a simple question:
> **Do you run BIRD on anything that has no or broken pthread support?**
After several responses, I'm adding, HOW to check this.
If you run BFD in BIRD, you HAVE pthread support.
If you don't have #include, you don't have pthread support.
If you ru
Hello,
I’ve spent some time trying to find any option to make our border BGP router to
announce itself as defaul router by OSPF to our network switches. No luck.
This discussion was rised fe. 5 years ago but with no answer
(https://bird-users.network.narkive.com/AD6KOk8b/ospf-generate-default-r
Dear users!
Please answer a simple question:
**Do you run BIRD on anything that has no or broken pthread support?**
Why I do ask:
We're currently doing large code changes to allow parallel execution
of BIRD code. It is much pain to keep all the #if-ed code for cases
when pthreads are off. Therefo