mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
ad3c3e745a
FRR: Inspired by OpenBSD's handling of carp demotion in ospfd (https://man.openbsd.org/ospfd.conf.5), this should lead to a similar result. Event handling is not complete yet, but the concept seems to be working. - The basic idea is actually quite simple, create a ospf status monitor script to utilize our new carp hooks (https://docs.opnsense.org/development/backend/carp.html) - Use Syslog-NG's functionality to filter messages and use those as events, so we can trigger "configctl interface update carp service_status" when our state changes and carp should do the rest.