Hello BIRD users,
I just wanted to let you know (announce) that I'm currently working on a project for BGP (daemon) configuration management which is an integral part of my another project. The goal is to achieve a common configuration syntax (layer) for multiple BGP daemons (e.g. BIRD, FRR, etc.). I chose the JSON schema specification as an "modelling language" for defining the configuration structure. Additionally the service provides non-RESTful Web API for configuration management. The architecture of this project can be considered as an alternative approach to the YANG & NETCONF based implementation. For more details and additional features please look at the project's repo. Supported configuration parameters in the current state of the project are almost basic and completely meet my needs. But I still actively develop the project so if anyone finds this tool helpful I'm happy to add new configuration options or features. You can find the project here: https://github.com/pawelmaslanka/RoutingConfigApi Regards, Pawel
