1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
============
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 :doc:`ovs` and :doc:`noop`.
Supported VIF Types
-------------------
The Linux Bridge plugin provides support for the following VIF types:
:mod:`~os_vif.objects.VIFBridge`
Configuration where a guest is connected to a Linux bridge via a TAP device.
This is the only supported configuration for this plugin.
For information on the VIF type objects, refer to :doc:`/user/vif-types`. Note
that only the above VIF types are supported by this plugin.
|