ae031d1886
Slawek Kaplonski
ae031d1886
Force all fdb entries update after ovs-vswitchd restart
When ovs-vswitchd process is restarted neutron-ovs-agent will handle it and reconfigure all ports and openflows in bridges. Unfortunatelly when tunnel networks are used together with L2pop mechanism driver, this driver will not notice that agent lost all openflow config and will not send all fdb entries which should be added on host. In such case L2pop mechanism driver should behave in same way like when neutron-ovs-agent is restarted and send all fdb_entries to agent. This patch adds "simulate" of agent start flag when ovs_restart is handled thus neutron-server will send all fdb_entries to agent and tunnels openflow rules can be reconfigured properly. Change-Id: I5f1471e20bbad90c4cdcbc6c06d3a4412db55b2a Closes-bug: #1804842
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%