Files
os-vif/doc/source/plugins/linux-bridge.rst
Stephen Finucane e6d25e7c64 Add documentation for Linux Bridge plugin
Change-Id: I66943e95de66da8b10d04e86f596167798efde15
2017-04-25 08:16:14 +03:00

700 B

Linux Bridge

The Linux Bridge plugin, vif_plug_linux_bridge, is an os-vif VIF plugin for the Linux Bridge network backend. It is one of two plugins provided as part of os-vif itself, the other being ovs.

Supported VIF Types

The Linux Bridge plugin provides support for the following VIF types:

VIFBridge

Configuration where a guest is connected to a Linux bridge via a TAP device. This is the only supported configuration for this plugin.

Refer to vif-bridge for more information.

For information on the VIF type objects, refer to ../vif_types. Note that only the above VIF types are supported by this plugin.