.coveragerc
.mailmap
.stestr.conf
.testr.conf
AUTHORS
CONTRIBUTING.rst
ChangeLog
HACKING.rst
LICENSE
README.rst
babel.cfg
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
doc/source/conf.py
doc/source/index.rst
doc/source/reference/glossary.rst
doc/source/user/host-info.rst
doc/source/user/usage.rst
doc/source/user/vif-types.rst
doc/source/user/plugins/linux-bridge.rst
doc/source/user/plugins/ovs.rst
os_vif/__init__.py
os_vif/exception.py
os_vif/i18n.py
os_vif/plugin.py
os_vif/utils.py
os_vif/version.py
os_vif.egg-info/PKG-INFO
os_vif.egg-info/SOURCES.txt
os_vif.egg-info/dependency_links.txt
os_vif.egg-info/entry_points.txt
os_vif.egg-info/not-zip-safe
os_vif.egg-info/pbr.json
os_vif.egg-info/requires.txt
os_vif.egg-info/top_level.txt
os_vif/internal/__init__.py
os_vif/internal/command/__init__.py
os_vif/internal/command/ip/__init__.py
os_vif/internal/command/ip/api.py
os_vif/internal/command/ip/impl_pyroute2.py
os_vif/internal/command/ip/impl_shell.py
os_vif/objects/__init__.py
os_vif/objects/base.py
os_vif/objects/fields.py
os_vif/objects/fixed_ip.py
os_vif/objects/host_info.py
os_vif/objects/instance_info.py
os_vif/objects/network.py
os_vif/objects/route.py
os_vif/objects/subnet.py
os_vif/objects/vif.py
os_vif/tests/__init__.py
os_vif/tests/functional/__init__.py
os_vif/tests/functional/base.py
os_vif/tests/functional/privsep.py
os_vif/tests/functional/internal/__init__.py
os_vif/tests/functional/internal/command/__init__.py
os_vif/tests/functional/internal/command/ip/__init__.py
os_vif/tests/functional/internal/command/ip/test_impl_iptools.py
os_vif/tests/functional/internal/command/ip/test_impl_pyroute2.py
os_vif/tests/unit/__init__.py
os_vif/tests/unit/base.py
os_vif/tests/unit/test_base.py
os_vif/tests/unit/test_exception.py
os_vif/tests/unit/test_host_info.py
os_vif/tests/unit/test_objects.py
os_vif/tests/unit/test_os_vif.py
os_vif/tests/unit/test_vif.py
os_vif/tests/unit/internal/__init__.py
os_vif/tests/unit/internal/command/__init__.py
os_vif/tests/unit/internal/command/ip/__init__.py
os_vif/tests/unit/internal/command/ip/test_impl_pyroute2.py
releasenotes/notes/add-fast-path-vhostuser-support-fe87e558326909b6.yaml
releasenotes/notes/add-ovs-representor-portprofile-5f8290e5a40bf0a4.yaml
releasenotes/notes/add-ovs-vhostuser-support-2ba8de51c1f3a244.yaml
releasenotes/notes/contextlib-and-nested-with-statements-2747a9ebb9a5bfd7.yaml
releasenotes/notes/ensure-ovs-bridge-a0c1b51f469c92d0.yaml
releasenotes/notes/extend-vhostuser-object-fada14a1457d4e56.yaml
releasenotes/notes/fix-ovs-plugin-describe-049750609559f1ba.yaml
releasenotes/notes/fix-stevedore-entrypoints-8002ec7a5166c977.yaml
releasenotes/notes/fix-vif-openvswitch-fa0d19be9dd668e1.yaml
releasenotes/notes/initial-release-2c71d6bbf55f763b.yaml
releasenotes/notes/port-profile-info-linux-bridge-4800f5a0b7328615.yaml
releasenotes/notes/port-profile-info-ovs-63b46a3eafc11de2.yaml
releasenotes/notes/vhost-user-mtu-support-cbc7d02a6665fab1.yaml
releasenotes/notes/vhost-user-reconnect-fa4cbb731b787f71.yaml
releasenotes/source/conf.py
releasenotes/source/index.rst
releasenotes/source/newton.rst
releasenotes/source/ocata.rst
releasenotes/source/pike.rst
releasenotes/source/unreleased.rst
releasenotes/source/_static/.placeholder
releasenotes/source/_templates/.placeholder
vif_plug_linux_bridge/__init__.py
vif_plug_linux_bridge/constants.py
vif_plug_linux_bridge/iptables.py
vif_plug_linux_bridge/linux_bridge.py
vif_plug_linux_bridge/linux_net.py
vif_plug_linux_bridge/privsep.py
vif_plug_linux_bridge/tests/__init__.py
vif_plug_linux_bridge/tests/unit/__init__.py
vif_plug_linux_bridge/tests/unit/test_linux_net.py
vif_plug_linux_bridge/tests/unit/test_plugin.py
vif_plug_ovs/__init__.py
vif_plug_ovs/constants.py
vif_plug_ovs/exception.py
vif_plug_ovs/i18n.py
vif_plug_ovs/linux_net.py
vif_plug_ovs/ovs.py
vif_plug_ovs/privsep.py
vif_plug_ovs/tests/__init__.py
vif_plug_ovs/tests/unit/__init__.py
vif_plug_ovs/tests/unit/test_linux_net.py
vif_plug_ovs/tests/unit/test_plugin.py