File: initial-release-2c71d6bbf55f763b.yaml

package info (click to toggle)
python-os-vif 4.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 940 kB
  • sloc: python: 5,428; makefile: 25; sh: 2
file content (17 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
prelude: >
    Initial release of os-vif
features:
  - There is an object model describing the different
    ways a virtual network interface can be configured on
    the host.

    There is a plugin API contract defined to enable
    configuration of the host OS to match a desired
    VIF setup

    There is an object model describing the plugins
    available on the host.

    Two built-in plugins provide support for Linux Bridge
    and OpenVSwitch integration on Linux compute hosts.