Skip to content

OpenStack EVPN Agent 0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@toreanderson toreanderson released this 16 Dec 13:48

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