The mac ageing configuration on linux bridges is now
conditional and caller controlled. By default mac ageing
is unspecified and will use the kernel's default of 300
seconds. For ovs with hybrid plug we override this to
0 to prevent packet loss issue during some migration
edgecases. This change reverts disabling mac ageing
for the linux bridge plugin which was accidentally
introduced during the brctl removal via inheriting the
ovs plugin's default behavior when the bridge create
code became shared.
Reviewed: https:/ /review. opendev. org/672834 /git.openstack. org/cgit/ openstack/ os-vif/ commit/ ?id=655c83d706f 5de8a8cf2343078 2e065219297aef
Committed: https:/
Submitter: Zuul
Branch: master
commit 655c83d706f5de8 a8cf23430782e06 5219297aef
Author: Sean Mooney <email address hidden>
Date: Thu Jul 25 22:16:42 2019 +0000
only disable mac ageing for ovs hybrid plug
The mac ageing configuration on linux bridges is now
conditional and caller controlled. By default mac ageing
is unspecified and will use the kernel's default of 300
seconds. For ovs with hybrid plug we override this to
0 to prevent packet loss issue during some migration
edgecases. This change reverts disabling mac ageing
for the linux bridge plugin which was accidentally
introduced during the brctl removal via inheriting the
ovs plugin's default behavior when the bridge create
code became shared.
Change-Id: I95612352de6cdb 47de98eb80c208d d1a74499d41
Closes-bug: #1837252