-
New: add support for BIRD 2.16 and OpenBGPD 8.7, also added to the integration testing suite.
-
Fix (Docker image): the
IP_VER
environment variable was considered only for BIRD 1.x.The
IP_VER
environment variable was used only when the target BGP speaker was BIRD 1.x, while it should be used for all the daemons and versions (it's mapped to the--ip-ver
CLI option).Please note: existing deployments where that variable is passed to the Docker container will now have the output file generated by the tool containing only v4/v6 clients and settings, with a name ending with
4
or6
.