os-vif/doc/source/user/plugins/linux-bridge.rst
Stephen Finucane a0bdbcbdad doc: Fix formatting issues
- Definition lists can't have newlines between the term and definition
- Asterisks should be preferred to single backticks for italicising
  text, as the latter means "default role" which can be customized in
  some environments.
- Some literals aren't formatted as such

Change-Id: I0554a4ba49fd4cc071bc7f129686a7697b9c0d35
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2018-07-05 17:25:49 +01:00

723 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 three plugins provided as part of os-vif itself, the others being ovs and noop.

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 /user/vif-types. Note that only the above VIF types are supported by this plugin.