Releases: toreanderson/evpn_agent
Releases · toreanderson/evpn_agent
OpenStack EVPN Agent 0.0.3
This version adds support for configurable advertisement of directly connected subnet prefixes, see the documentation for more information.
Before upgrading it is necessary to extend the database table with a new column:
ALTER TABLE evpnnetworks ADD COLUMN advertise_connected BOOL DEFAULT TRUE;
Full Changelog: v0.0.2...v0.0.3
OpenStack EVPN Agent 0.0.2
Improves the FRR manager to avoid issuing pointless vtysh commands.
Full Changelog: v0.0.1...v0.0.2
OpenStack EVPN Agent 0.0.1
Initial release.
Full Changelog: https://github.com/toreanderson/evpn_agent/commits/v0.0.1