OpenStack EVPN Agent 0.0.3
Pre-release
Pre-release
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