Integration library between network (Neutron) and compute (Nova) providers
Go to file
Sean Mooney 655c83d706 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: I95612352de6cdb47de98eb80c208dd1a74499d41
Closes-bug: #1837252
2019-08-07 18:54:47 +01:00
doc Sync Sphinx requirement 2019-07-08 17:16:33 +01:00
os_vif only disable mac ageing for ovs hybrid plug 2019-08-07 18:54:47 +01:00
playbooks OpenDev Migration Patch 2019-04-19 19:37:13 +00:00
releasenotes only disable mac ageing for ovs hybrid plug 2019-08-07 18:54:47 +01:00
vif_plug_linux_bridge Prevent "qbr" Linux Bridge from replying to ARP messages 2019-04-26 09:19:55 +00:00
vif_plug_noop add noop plugin 2018-07-05 16:20:22 +00:00
vif_plug_ovs only disable mac ageing for ovs hybrid plug 2019-08-07 18:54:47 +01:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Git ignore .stestr 2018-01-15 16:18:50 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:13 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.stestr.conf Migrate from 'ip' commands to 'pyroute2' 2018-01-08 10:17:42 +00:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 14:00:19 -04:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-07-08 17:16:33 +01:00
HACKING.rst Reflow docs to 79 columns 2018-10-11 16:40:54 +02:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
lower-constraints.txt Add native implementation OVSDB API 2019-02-26 18:15:14 +00:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-29 13:24:37 +08:00
requirements.txt Extend port profiles with datapath offload type 2019-01-14 17:23:22 +02:00
setup.cfg Add Python 3 Train unit tests 2019-07-05 14:00:19 -04:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt Drop testtools from test-requirements.txt 2019-03-25 05:46:28 +01:00
tox.ini set ignore_basepython_conflict = True in tox.ini 2019-06-13 00:42:16 +01:00

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.