Exa-Networks / exabgp

The BGP swiss army knife of networking
Other
2.08k stars 445 forks source link

implement --debounce flag in healthcheck.py #1196

Closed Mateusz-Laczny closed 8 months ago

Mateusz-Laczny commented 8 months ago

Hello,

I've implemented a new flag in healthcheck.py, called debounce, that allows to reduce the number of sent announcements - when it's set, the announcements are sent only when a state change is detected. The flag is disabled by default.

thomas-mangin commented 8 months ago

Thank you for your contribution.