anycast_healthchecker
anycast_healthchecker copied to clipboard
Removed the need for dummy IP prefix.
List with no elements can be initialized as LIST = false; in BIRD and this is a correct syntax.
Hi @Pimoz,
Firstly, let me apologize for the very late response, but life has been very difficult the past period.
I am OK with this change but it is not backwards compatible, so it will break current installations which utilize older version of Bird.
You could add a logic to the check if dummy_ip_prefix setting is present and act accordingly.
What do you think?
Thanks a lot for your interested in the project and the time you spent to prepare this PR, Pavlos
No problem, we all know how life can be :)
Yes you are right. I will prepare a fix so everything will be backwards compatible.
This project is great btw. Just what I needed.
@Pimoz that sounds like a great improvement, I was wondering if you ended up writing that fix. Thanks