File: noop.rst

package info (click to toggle)
python-os-vif 4.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 952 kB
  • sloc: python: 5,503; makefile: 25; sh: 2
file content (20 lines) | stat: -rw-r--r-- 724 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
=====
no-op
=====

The no-op plugin, ``vif_plug_noop``, is an *os-vif* VIF plugin for use with
network backends that do not require plugging of network interfaces. It is one
of three plugins provided as part of *os-vif* itself, the others being
:doc:`ovs` and  :doc:`linux-bridge`.

Supported VIF Types
-------------------

The no-op plugin provides support for the following VIF types:

:mod:`~os_vif.objects.VIFVHostUser`
  Configuration where a guest exposes a UNIX socket for its control plane. This
  configuration is used with a userspace dataplane such as VPP or Snabb switch.

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.