Integration library between network (Neutron) and compute (Nova) providers
Go to file
Sahid Orentino Ferdjaoui 4d108c1c8f ovs-hybrid: should permanently keep MAC entries
The linux bridge installed for the particular vif type ovs-hybrid
should be configured to persistently keep the MAC learned from the
RARP packets sent by QEMU when starting on destination node. That to
avoid any break of the datapath during a live-migration. That because
at some point of the live-migration source and destination can be on
a same L2 and we could have the destination bridge learning from source.

Change-Id: I50775df3629a079e6ba6f167ebfa499ffa5c7cac
Closes-Bug: 1715317
Related-Bug: 1414559
(cherry picked from commit fa4ff64b86)
2018-05-17 13:41:38 +00:00
doc/source Add support for VIFPortProfileOVSRepresentor 2017-07-18 20:56:55 +00:00
os_vif Add support for VIFPortProfileOVSRepresentor 2017-07-18 20:56:55 +00:00
releasenotes Add support for VIFPortProfileOVSRepresentor 2017-07-18 20:56:55 +00:00
vif_plug_linux_bridge set mtu on all code paths 2017-07-10 15:43:37 +00:00
vif_plug_ovs ovs-hybrid: should permanently keep MAC entries 2018-05-17 13:41:38 +00:00
.coveragerc Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.gitignore Start using reno for release notes 2016-05-03 13:53:29 +01:00
.gitreview Update .gitreview for stable/pike 2017-07-28 21:04:17 +00:00
.mailmap Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
.testr.conf Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
CONTRIBUTING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
HACKING.rst Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
LICENSE Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
README.rst Standardize README 2017-04-26 15:02:24 +01:00
babel.cfg Import of code from https://github.com/jaypipes/os_vif 2016-01-13 12:56:01 -05:00
requirements.txt Updated from global requirements 2017-06-27 12:19:44 +00:00
setup.cfg docs: Stop building anything but html output 2017-04-13 10:43:55 +01:00
setup.py Updated from global requirements 2017-03-10 19:12:21 +00:00
test-requirements.txt doc: Switch from oslosphinx to openstackdocstheme 2017-07-04 10:25:05 +01:00
tox.ini Enable some off-by-default checks 2017-07-11 10:53:10 +08:00

README.rst

Team and repository tags

image

os-vif

Latest Version

Downloads

A library for plugging and unplugging virtual interfaces in OpenStack.