1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/py-os-vif/pkg-descr
Po-Chuan Hsieh ae7fd35b58
devel/py-os-vif: Update to 3.3.0
- Update WWW and clean up pkg-descr

Changes:	https://docs.openstack.org/releasenotes/os-vif/
2023-11-27 18:28:15 +08:00

11 lines
559 B
Plaintext

os-vif is a library for plugging and unplugging virtual interfaces (VIFs) in
OpenStack. It provides:
- Versioned objects that represent various types of virtual interfaces and their
components
- Base VIF plugin class that supplies a plug() and unplug() interface
- Plugins for two networking backends - Open vSwitch and Linux Bridge
os-vif is intended to define a common model for representing VIF types in
OpenStack. With the exception of the two included plugins, all plugins for other
networking backends are maintained in separate code repositories.