File: add-abstract-ovsdb-api-8f04df58d4ed5b73.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 (9 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Added an abstract OVSDB API in ``vif_plug_ovs``. All calls to OVS database
    will de done using this unique API.
    Command line implementation using ``ovs-vsctl`` was refactored as a
    backend for this abstract API.
    A new configuration variable, ``ovsdb_interface``, is added to select
    the interface for interacting with the OVS database.