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: #1804842changes/08/620708/2
parent
dd14501c12
commit
ae031d1886
Loading…
Reference in New Issue